Skip to content

Commit d7d9db4

Browse files
vkarpov15hasezoey
andauthored
Update docs/typescript/schemas.md
Co-authored-by: hasezoey <[email protected]>
1 parent 692117e commit d7d9db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/typescript/schemas.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ For example, the above code won't throw an error if `email` is optional in the d
6666
The Mongoose `Schema` class in TypeScript has 9 [generic parameters](https://www.typescriptlang.org/docs/handbook/2/generics.html):
6767

6868
* `RawDocType` - An interface describing how the data is saved in MongoDB
69-
* `M` - The Mongoose model type. Can be omitted if there are no query helpers or instance methods to be defined.
69+
* `TModelType` - The Mongoose model type. Can be omitted if there are no query helpers or instance methods to be defined.
7070
* default: `Model<DocType, any, any>`
7171
* `TInstanceMethods` - An interface containing the methods for the schema.
7272
* default: `{}`

0 commit comments

Comments
 (0)