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

    Interface Transport

    interface Transport {
        rows: CloudantV1.DocsResultRow[];
        total_rows: number;
        update_seq?: string;
    }
    Index
    total_rows: number
    update_seq?: string