The createAssociation mixin applied to models with hasMany. An example of usage is as follows:
class User extends Model<InferAttributes<User>, InferCreationAttributes<User>> { declare createRole: HasManyCreateAssociationMixin<Role>;}User.hasMany(Role);
Model.hasMany
Optional
Generated using TypeDoc
The createAssociation mixin applied to models with hasMany. An example of usage is as follows:
See
Model.hasMany