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 @@ -355,13 +355,13 @@ export class Db {
355
355
) : ListCollectionsCursor < CollectionInfo > ;
356
356
listCollections <
357
357
T extends Pick < CollectionInfo , 'name' | 'type' > | CollectionInfo =
358
- | Pick < CollectionInfo , 'name' | 'type' >
359
- | CollectionInfo
358
+ | Pick < CollectionInfo , 'name' | 'type' >
359
+ | CollectionInfo
360
360
> ( filter ?: Document , options ?: ListCollectionsOptions & Abortable ) : ListCollectionsCursor < T > ;
361
361
listCollections <
362
362
T extends Pick < CollectionInfo , 'name' | 'type' > | CollectionInfo =
363
- | Pick < CollectionInfo , 'name' | 'type' >
364
- | CollectionInfo
363
+ | Pick < CollectionInfo , 'name' | 'type' >
364
+ | CollectionInfo
365
365
> (
366
366
filter : Document = { } ,
367
367
options : ListCollectionsOptions & Abortable = { }
You can’t perform that action at this time.
0 commit comments