mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
remove silent from BuildOptions
This commit is contained in:
parent
a4f740bb6f
commit
55322ce92e
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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user