Meldbase TypeScript API
    Preparing search index...

    Type Alias InputDocument

    type InputDocument = {
        _id?: string;
        readonly [key: string]: Value | undefined;
    }

    Indexable

    • readonly [key: string]: Value | undefined
    Index
    _id?: string