Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 authored Aug 3, 2022
1 parent 961e591 commit 179a488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ declare module 'mongoose' {

export function model<T, U, TQueryHelpers = {}>(
name: string,
schema?: Schema<T, U, any, TQueryHelpers, any, any>,
schema?: Schema<T, any, any, TQueryHelpers, any, any>,
collection?: string,
options?: CompileModelOptions
): U;
Expand Down

0 comments on commit 179a488

Please sign in to comment.