mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Add missing null to the type union for WhereOptions index signature, and change Object to object.
This commit is contained in:
3
types/sequelize/v3/index.d.ts
vendored
3
types/sequelize/v3/index.d.ts
vendored
@@ -3056,7 +3056,8 @@ 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;
|
||||
[field: string]: string | number | WhereLogic | WhereOptions | col | and | or | WhereGeometryOptions | Array<string | number> | object | null;
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user