mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Add missing boolean to union type.
This commit is contained in:
2
types/sequelize/v3/index.d.ts
vendored
2
types/sequelize/v3/index.d.ts
vendored
@@ -3056,7 +3056,7 @@ declare namespace sequelize {
|
||||
* typesafety, but there is no way to pass the tests if we just remove it.
|
||||
*/
|
||||
interface WhereOptions {
|
||||
[field: string]: string | number | WhereLogic | WhereOptions | col | and | or | WhereGeometryOptions | Array<string | number> | object | null;
|
||||
[field: string]: string | number | WhereLogic | WhereOptions | col | and | or | WhereGeometryOptions | Array<string | number> | object | boolean | null;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user