Skip to content

Commit 65909ab

Browse files
sheepcountfelixfbecker
authored andcommitted
1 parent e2b95ae commit 65909ab

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

lib/sequelize.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,13 @@ export interface Options {
242242
*/
243243
isolationLevel?: string;
244244

245+
/**
246+
* Run built in type validators on insert and update, e.g. validate that arguments passed to integer
247+
* fields are integer-like.
248+
*
249+
* Defaults to false
250+
*/
251+
typeValidation?: boolean;
245252
}
246253

247254
export interface QueryOptionsTransactionRequired { }

0 commit comments

Comments
 (0)