不要怂,就是干,撸起袖子干!

Commit 801aa365 by Soonwoo Hong Committed by Sushant

docs(types): options.operatorsAliases (#11341)

1 parent bd9e4231
Showing with 3 additions and 2 deletions
...@@ -325,8 +325,9 @@ export interface Options extends Logging { ...@@ -325,8 +325,9 @@ export interface Options extends Logging {
typeValidation?: boolean; typeValidation?: boolean;
/** /**
* Sets available operator aliases. See (https://sequelize.org/master/manual/tutorial/querying.html#operators) * Sets available operator aliases.
* for more information. Set to false to disable operator aliases completely (recommended) * See (https://sequelize.org/master/manual/querying.html#operators) for more information.
* WARNING: Setting this to boolean value was deprecated and is no-op.
* *
* @default all aliases * @default all aliases
*/ */
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!