Remove any from couchdb.get response
This commit is contained in:
parent
1fbff5c6ef
commit
c4c62e5c6f
|
@ -89,7 +89,7 @@ export interface Database {
|
|||
|
||||
exists(): Promise<boolean>
|
||||
checkSetup(): Promise<Nano.DocumentScope<any>>
|
||||
get<T>(id?: string): Promise<T | any>
|
||||
get<T>(id?: string): Promise<T>
|
||||
remove(
|
||||
id: string | Document,
|
||||
rev?: string
|
||||
|
|
Loading…
Reference in New Issue