mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Fixed a typo in create mixin's docs
This commit is contained in:
Vendored
+1
-1
@@ -104,7 +104,7 @@ declare module "sequelize" {
|
||||
* interface UserInstance extends Sequelize.Instance<UserInstance, UserAttributes>, UserAttributes {
|
||||
* // getRole...
|
||||
* // setRole...
|
||||
* createRole: BelongsToAssociationCreateMixin<UserAttributes>;
|
||||
* createRole: BelongsToAssociationCreateMixin<RoleAttributes>;
|
||||
* }
|
||||
* ```
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user