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