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

    Interface Transport

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