mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Merge pull request #17719 from natesilva/sequelize-add-timestamps
sequelize: support `timestamps` option on `AssociationOptionsBelongsToMany`
This commit is contained in:
Vendored
+5
@@ -1353,6 +1353,11 @@ declare namespace sequelize {
|
||||
*/
|
||||
otherKey?: string | AssociationForeignKeyOptions;
|
||||
|
||||
/**
|
||||
* Should the join model have timestamps
|
||||
*/
|
||||
timestamps?: boolean;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user