diff --git a/types/index.d.ts b/types/index.d.ts index b03ddd8fde8..3ffd59eecfb 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -75,7 +75,7 @@ declare module 'mongoose' { export function model( name: string, - schema?: Schema, + schema?: Schema, collection?: string, options?: CompileModelOptions ): U;