@@ -438,24 +438,24 @@ export const dropIndex: {
438438
439439export  const  aggregate : { 
440440  < B  extends  Document ,  BI  extends  Document ,  BR > ( 
441-     pipeline : ReadonlyArray < Document > , 
442441    schema : Schema . Schema < B ,  BI ,  BR > , 
442+     pipeline : ReadonlyArray < Document > , 
443443    options ?: AggregateOptions 
444444  ) : < A  extends  Document ,  I  extends  Document ,  R > ( 
445445    collection : Collection < A ,  I ,  R > 
446446  )  =>  AggregationCursor . AggregationCursor < B ,  BI ,  BR > 
447447  < A  extends  Document ,  I  extends  Document ,  R ,  B  extends  Document ,  BI  extends  Document ,  BR > ( 
448448    collection : Collection < A ,  I ,  R > , 
449-     pipeline : ReadonlyArray < Document > , 
450449    schema : Schema . Schema < B ,  BI ,  BR > , 
450+     pipeline : ReadonlyArray < Document > , 
451451    options ?: AggregateOptions 
452452  ) : AggregationCursor . AggregationCursor < B ,  BI ,  BR > 
453453}  =  F . dual ( 
454454  ( args )  =>  isCollection ( args [ 0 ] ) , 
455455  < A  extends  Document ,  I  extends  Document ,  R ,  B  extends  Document ,  BI  extends  Document ,  BR > ( 
456456    collection : Collection < A ,  I ,  R > , 
457-     pipeline : ReadonlyArray < Document > , 
458457    schema : Schema . Schema < B ,  BI ,  BR > , 
458+     pipeline : ReadonlyArray < Document > , 
459459    options ?: AggregateOptions 
460460  ) : AggregationCursor . AggregationCursor < B ,  BI ,  BR >  => 
461461    new  AggregationCursor . AggregationCursor < B ,  BI ,  BR > ( { 
0 commit comments