interface Transport {
    docs: CloudantV1.Document[];
    new_edits?: boolean;
}

Properties

Properties

new_edits?: boolean