Type alias BelongsToManyRemoveAssociationsMixin<TModel, TModelPrimaryKey>
Type declaration
-
- (associationsToRemove?: (TModel | TModelPrimaryKey)[], options?: BelongsToManyRemoveAssociationsMixinOptions): Promise<void>
-
Parameters
-
Optional
associationsToRemove: (TModel | TModelPrimaryKey)[]
-
Returns Promise<void>
The removeAssociations mixin applied to models with belongsToMany. An example of usage is as follows:
See
Model.belongsToMany