Meldbase TypeScript API
    Preparing search index...

    Type Alias Document

    type Document = {
        _id: string;
        readonly [key: string]: Value;
    }

    Indexable

    • readonly [key: string]: Value
    Index
    _id: string