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