We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ee6693 + cbb5a0b commit 5391174Copy full SHA for 5391174
index.d.ts
@@ -97,7 +97,7 @@ declare module "monk" {
97
) => void;
98
99
readonly close: () => Promise<void>;
100
- readonly listCollections: (query?: Object) => Array<ICollection>;
+ readonly listCollections: (query?: Object) => Promise<Array<ICollection>>;
101
102
get<T = any>(name: string, options?: CollectionOptions): ICollection<T>;
103
create<T = any>(
0 commit comments