Undo key changes

This commit is contained in:
Adria Navarro 2023-05-11 13:32:46 +02:00
parent 6d6f8d416c
commit 1ebd1c274f
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ export type DatabaseDeleteIndexOpts = {
export type DatabaseQueryOpts = {
include_docs?: boolean
startkey?: string | string[]
endkey?: string | string[]
startkey?: string
endkey?: string
limit?: number
skip?: number
descending?: boolean