interface Transport {
    att_encoding_info?: boolean;
    attachments?: boolean;
    conflicts?: boolean;
    descending?: boolean;
    end_key?: string;
    include_docs?: boolean;
    inclusive_end?: boolean;
    key?: string;
    keys?: string[];
    limit?: number;
    skip?: number;
    start_key?: string;
    update_seq?: boolean;
}

Properties

att_encoding_info?: boolean
attachments?: boolean
conflicts?: boolean
descending?: boolean
end_key?: string
include_docs?: boolean
inclusive_end?: boolean
key?: string
keys?: string[]
limit?: number
skip?: number
start_key?: string
update_seq?: boolean

Generated using TypeDoc