interface Transport {
    conflicts?: any;
    direction?: string;
    end_key?: any;
    include_docs?: boolean;
    partition?: string;
    reduce?: boolean;
    stable?: boolean;
    start_key?: any;
    update?: any;
    view_type?: string;
}

Properties

conflicts?: any
direction?: string
end_key?: any
include_docs?: boolean
partition?: string
reduce?: boolean
stable?: boolean
start_key?: any
update?: any
view_type?: string

Generated using TypeDoc