We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3be966 commit b8c4f10Copy full SHA for b8c4f10
docs/models/model-typing.mdx
@@ -7,7 +7,7 @@ sidebar_position: 8
7
8
## Automated Attribute Typing
9
10
-Model methods are strictly typed based on your attributes, but require you to define you to write a bit of configuration first.
+Model methods are strictly typed based on your attributes, but require you to write a bit of configuration first.
11
`Model` accept two generic types that you can use to let it know what its Attributes & Creation Attributes are like:
12
13
You can use [`InferAttributes`](pathname:///api/v7/types/_sequelize_core.index.inferattributes),
0 commit comments