Sequelize : Fix missing type fn on FindOptions

This commit is contained in:
Raphael Thiebault
2017-03-01 17:23:12 +00:00
parent e79e2e64a6
commit a37824dc8f
+1 -1
View File
@@ -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