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 {
355355 ) : ListCollectionsCursor < CollectionInfo > ;
356356 listCollections <
357357 T extends Pick < CollectionInfo , 'name' | 'type' > | CollectionInfo =
358- | Pick < CollectionInfo , 'name' | 'type' >
359- | CollectionInfo
358+ | Pick < CollectionInfo , 'name' | 'type' >
359+ | CollectionInfo
360360 > ( filter ?: Document , options ?: ListCollectionsOptions & Abortable ) : ListCollectionsCursor < T > ;
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 > (
366366 filter : Document = { } ,
367367 options : ListCollectionsOptions & Abortable = { }
You can’t perform that action at this time.
0 commit comments