mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Added hasMany associations tests + tiny fix
This commit is contained in:
Vendored
+1
-1
@@ -605,7 +605,7 @@ declare module "sequelize" {
|
||||
* @param targets An array of instances or primary key of instances to check.
|
||||
* @param options The options to use when checking the associations.
|
||||
*/
|
||||
(targets?: Array<TInstance | TInstancePrimaryKey>, options?: HasManyHasAssociationsMixinOptions): Promise<boolean>
|
||||
(targets: Array<TInstance | TInstancePrimaryKey>, options?: HasManyHasAssociationsMixinOptions): Promise<boolean>
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user