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 @@ -360,13 +360,13 @@ export class Db {
360
360
) : ListCollectionsCursor < CollectionInfo > ;
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
> ( filter ?: Document , options ?: ListCollectionsOptions & Abortable ) : ListCollectionsCursor < T > ;
366
366
listCollections <
367
367
T extends Pick < CollectionInfo , 'name' | 'type' > | CollectionInfo =
368
- | Pick < CollectionInfo , 'name' | 'type' >
369
- | CollectionInfo
368
+ | Pick < CollectionInfo , 'name' | 'type' >
369
+ | CollectionInfo
370
370
> (
371
371
filter : Document = { } ,
372
372
options : ListCollectionsOptions & Abortable = { }
You can’t perform that action at this time.
0 commit comments