Encrypted Pouch - v0.2.1
    Preparing search index...

    Interface NewDoc

    Document to be created or updated (before encryption)

    interface NewDoc {
        _id?: string;
        [key: string]: any;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: any

      User data fields

    Index

    Properties

    Properties

    _id?: string

    Optional document ID. If not provided, one will be auto-generated