mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-13 22:40:50 +08:00
remove silent from BuildOptions
This commit is contained in:
5
sequelize/sequelize.d.ts
vendored
5
sequelize/sequelize.d.ts
vendored
@@ -3278,11 +3278,6 @@ declare module "sequelize" {
|
||||
* TODO: See set
|
||||
*/
|
||||
include? : Array<Model<any, any> | IncludeOptions>;
|
||||
|
||||
/**
|
||||
* If true, the updatedAt timestamp will not be updated.
|
||||
*/
|
||||
silent? : boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user