mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Final fix
This commit is contained in:
Vendored
+1
-1
@@ -24,7 +24,7 @@ export class Query<T> {
|
||||
delete(callback?: (err: Error, ret: RecordResult) => void): any;
|
||||
destroy(callback?: (err: Error, ret: RecordResult) => void): Promise<RecordResult[]>;
|
||||
explain(callback?: (err: Error, info: ExplainInfo) => void): Promise<ExplainInfo>;
|
||||
map(map: Object): Promise<Object>;
|
||||
map(callback: (currentValue: Object) => void): Promise<Object>;
|
||||
scanAll(value: boolean): Query<T>;
|
||||
select(fields: Object | string[] | string): Query<T>;
|
||||
then(onSuccess?: Function, onRejected?: Function): Promise<any>;
|
||||
|
||||
Reference in New Issue
Block a user