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 {
360360 ) : ListCollectionsCursor < CollectionInfo > ;
361361 listCollections <
362362 T extends Pick < CollectionInfo , 'name' | 'type' > | CollectionInfo =
363- | Pick < CollectionInfo , 'name' | 'type' >
364- | CollectionInfo
363+ | Pick < CollectionInfo , 'name' | 'type' >
364+ | CollectionInfo
365365 > ( filter ?: Document , options ?: ListCollectionsOptions & Abortable ) : ListCollectionsCursor < T > ;
366366 listCollections <
367367 T extends Pick < CollectionInfo , 'name' | 'type' > | CollectionInfo =
368- | Pick < CollectionInfo , 'name' | 'type' >
369- | CollectionInfo
368+ | Pick < CollectionInfo , 'name' | 'type' >
369+ | CollectionInfo
370370 > (
371371 filter : Document = { } ,
372372 options : ListCollectionsOptions & Abortable = { }
You can’t perform that action at this time.
0 commit comments