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

    Interface Doc

    Decrypted document with PouchDB metadata

    interface Doc {
        _id: string;
        _rev: string;
        [key: string]: any;
    }

    Hierarchy

    • NewDoc
      • Doc

    Indexable

    • [key: string]: any

      User data fields

    Index

    Properties

    Properties

    _id: string

    Document ID

    _rev: string

    PouchDB revision ID