From a37824dc8fd17a7da8a828f57426f3d8329ca3f9 Mon Sep 17 00:00:00 2001 From: Raphael Thiebault Date: Wed, 1 Mar 2017 17:23:12 +0000 Subject: [PATCH] Sequelize : Fix missing type fn on FindOptions --- sequelize/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sequelize/index.d.ts b/sequelize/index.d.ts index 85283ff468..1852332f0f 100644 --- a/sequelize/index.d.ts +++ b/sequelize/index.d.ts @@ -3183,7 +3183,7 @@ declare namespace sequelize { /** * A hash of attributes to describe your search. See above for examples. */ - where?: WhereOptions | Array; + where?: WhereOptions | fn | Array; /** * A list of the attributes that you want to select. To rename an attribute, you can pass an array, with