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

    Interface Transport

    interface Transport {
        caused_by?: string;
        error?: string;
        id: string;
        ok?: boolean;
        reason?: string;
        ref?: number;
        rev?: string;
    }
    Index
    caused_by?: string
    error?: string
    id: string
    ok?: boolean
    reason?: string
    ref?: number
    rev?: string