We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 865c436 commit a46a76eCopy full SHA for a46a76e
src/contracts/DocumentScopeAsync.ts
@@ -17,7 +17,7 @@ export interface DocumentScopeAsync<D> extends Nano.DocumentScope<D> {
17
replicateAsync(target: string | Nano.DocumentScope<D>, options?: any): Promise<Nano.DatabaseReplicateResponse>;
18
19
// http://docs.couchdb.org/en/latest/api/database/compact.html#post--db-_compact
20
- compactAsync(): Promise<any>;
+ compactAsync(): Promise<Nano.OkResponse>;
21
22
// http://docs.couchdb.org/en/latest/api/database/changes.html#get--db-_changes
23
changesAsync(params?: Nano.DatabaseChangesParams): AsyncResponse<Nano.DatabaseChangesResponse>;
0 commit comments