diff --git a/types/sequelize/v3/index.d.ts b/types/sequelize/v3/index.d.ts index bb9511c5ed..65db1b3822 100644 --- a/types/sequelize/v3/index.d.ts +++ b/types/sequelize/v3/index.d.ts @@ -6158,8 +6158,6 @@ declare namespace sequelize { interface SequelizeLoDash extends _.LoDashStatic { - camelizeIf(str: string, condition: boolean): string; - underscoredIf(str: string, condition: boolean): string; /** * * Returns an array with some falsy values removed. The values null, "", undefined and NaN are considered * falsey. @@ -6173,6 +6171,9 @@ declare namespace sequelize { interface Utils { + camelizeIf(str: string, condition: boolean): string; + underscoredIf(str: string, condition: boolean): string; + _: SequelizeLoDash; /**