mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 13:30:28 +00:00
Sequelize : Fix missing type fn on FindOptions
This commit is contained in:
Vendored
+1
-1
@@ -3183,7 +3183,7 @@ declare namespace sequelize {
|
||||
/**
|
||||
* A hash of attributes to describe your search. See above for examples.
|
||||
*/
|
||||
where?: WhereOptions | Array<col | and | or | string>;
|
||||
where?: WhereOptions | fn | Array<col | and | or | string>;
|
||||
|
||||
/**
|
||||
* A list of the attributes that you want to select. To rename an attribute, you can pass an array, with
|
||||
|
||||
Reference in New Issue
Block a user