We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52cf0d4 commit 211e2f0Copy full SHA for 211e2f0
1 file changed
src/db.ts
@@ -355,13 +355,13 @@ export class Db {
355
): ListCollectionsCursor<CollectionInfo>;
356
listCollections<
357
T extends Pick<CollectionInfo, 'name' | 'type'> | CollectionInfo =
358
- | Pick<CollectionInfo, 'name' | 'type'>
359
- | CollectionInfo
+ | Pick<CollectionInfo, 'name' | 'type'>
+ | CollectionInfo
360
>(filter?: Document, options?: ListCollectionsOptions & Abortable): ListCollectionsCursor<T>;
361
362
363
364
365
>(
366
filter: Document = {},
367
options: ListCollectionsOptions & Abortable = {}
0 commit comments