File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -354,13 +354,13 @@ export class Db {
354
354
) : ListCollectionsCursor < CollectionInfo > ;
355
355
listCollections <
356
356
T extends Pick < CollectionInfo , 'name' | 'type' > | CollectionInfo =
357
- | Pick < CollectionInfo , 'name' | 'type' >
358
- | CollectionInfo
357
+ | Pick < CollectionInfo , 'name' | 'type' >
358
+ | CollectionInfo
359
359
> ( filter ?: Document , options ?: ListCollectionsOptions & Abortable ) : ListCollectionsCursor < T > ;
360
360
listCollections <
361
361
T extends Pick < CollectionInfo , 'name' | 'type' > | CollectionInfo =
362
- | Pick < CollectionInfo , 'name' | 'type' >
363
- | CollectionInfo
362
+ | Pick < CollectionInfo , 'name' | 'type' >
363
+ | CollectionInfo
364
364
> (
365
365
filter : Document = { } ,
366
366
options : ListCollectionsOptions & Abortable = { }
You can’t perform that action at this time.
0 commit comments