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

Properties

total_rows: number
update_seq?: string