Type alias HasManyRemoveAssociationsMixin<T, TModelPrimaryKey>
Type declaration
-
- (oldAssociateds?: (T | TModelPrimaryKey)[], options?: HasManyRemoveAssociationsMixinOptions<T>): Promise<void>
-
Parameters
-
Optional
oldAssociateds: (T | TModelPrimaryKey)[]
-
Returns Promise<void>
The removeAssociations mixin applied to models with hasMany. An example of usage is as follows:
See
Model.hasMany