Undo key changes
This commit is contained in:
parent
6d6f8d416c
commit
1ebd1c274f
|
@ -57,8 +57,8 @@ export type DatabaseDeleteIndexOpts = {
|
||||||
|
|
||||||
export type DatabaseQueryOpts = {
|
export type DatabaseQueryOpts = {
|
||||||
include_docs?: boolean
|
include_docs?: boolean
|
||||||
startkey?: string | string[]
|
startkey?: string
|
||||||
endkey?: string | string[]
|
endkey?: string
|
||||||
limit?: number
|
limit?: number
|
||||||
skip?: number
|
skip?: number
|
||||||
descending?: boolean
|
descending?: boolean
|
||||||
|
|
Loading…
Reference in New Issue