@medic/cht-datasource
    Preparing search index...

    Interface Doc

    A document from the database.

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

    Hierarchy (View Summary)

    Indexable

    Index

    Properties

    Properties

    _id: string
    _rev: string