Skip to content

Commit 179a488

Browse files
authored
Update index.d.ts
1 parent 961e591 commit 179a488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ declare module 'mongoose' {
7575

7676
export function model<T, U, TQueryHelpers = {}>(
7777
name: string,
78-
schema?: Schema<T, U, any, TQueryHelpers, any, any>,
78+
schema?: Schema<T, any, any, TQueryHelpers, any, any>,
7979
collection?: string,
8080
options?: CompileModelOptions
8181
): U;

0 commit comments

Comments
 (0)