You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/sequelize.d.ts
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -249,6 +249,13 @@ export interface Options {
249
249
* Defaults to false
250
250
*/
251
251
typeValidation?: boolean;
252
+
253
+
/**
254
+
* String based operator alias, default value is true which will enable all operators alias. Pass object to limit set of aliased operators or false to disable completely.
0 commit comments