@ibm-cloud/cloudant - v0.12.8
    Preparing search index...
    interface Transport {
        caused_by?: string;
        doc?: CloudantV1.Document.Transport;
        error?: string;
        id?: string;
        key: any;
        reason?: string;
        ref?: number;
        value: any;
    }
    Index

    Properties

    caused_by?: string
    error?: string
    id?: string
    key: any
    reason?: string
    ref?: number
    value: any