remove silent from BuildOptions

This commit is contained in:
frogcjn 2016-06-21 10:07:14 +08:00
parent a4f740bb6f
commit 55322ce92e

View File

@ -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;
}
/**