@ibm-cloud/cloudant - v0.12.24
    Preparing search index...

    Interface Transport

    interface Transport {
        caused_by?: string;
        doc?: CloudantV1.Document.Transport;
        error?: string;
        id?: string;
        key: string;
        reason?: string;
        ref?: number;
        value?: CloudantV1.DocsResultRowValue.Transport;
    }
    Index
    caused_by?: string
    error?: string
    id?: string
    key: string
    reason?: string
    ref?: number