We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c4051a commit 692117eCopy full SHA for 692117e
docs/typescript/schemas.md
@@ -63,7 +63,7 @@ For example, the above code won't throw an error if `email` is optional in the d
63
64
## Generic parameters
65
66
-The Mongoose `Schema` class in TypeScript has 4 [generic parameters](https://www.typescriptlang.org/docs/handbook/2/generics.html):
+The Mongoose `Schema` class in TypeScript has 9 [generic parameters](https://www.typescriptlang.org/docs/handbook/2/generics.html):
67
68
* `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.
0 commit comments