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 @@ -354,13 +354,13 @@ export class Db {
354354 ) : ListCollectionsCursor < CollectionInfo > ;
355355 listCollections <
356356 T extends Pick < CollectionInfo , 'name' | 'type' > | CollectionInfo =
357- | Pick < CollectionInfo , 'name' | 'type' >
358- | CollectionInfo
357+ | Pick < CollectionInfo , 'name' | 'type' >
358+ | CollectionInfo
359359 > ( filter ?: Document , options ?: ListCollectionsOptions & Abortable ) : ListCollectionsCursor < T > ;
360360 listCollections <
361361 T extends Pick < CollectionInfo , 'name' | 'type' > | CollectionInfo =
362- | Pick < CollectionInfo , 'name' | 'type' >
363- | CollectionInfo
362+ | Pick < CollectionInfo , 'name' | 'type' >
363+ | CollectionInfo
364364 > (
365365 filter : Document = { } ,
366366 options : ListCollectionsOptions & Abortable = { }
You can’t perform that action at this time.
0 commit comments