diff --git a/types/sequelize/index.d.ts b/types/sequelize/index.d.ts index fff4f5d2495e08..53db72a74982fb 100644 --- a/types/sequelize/index.d.ts +++ b/types/sequelize/index.d.ts @@ -9,7 +9,7 @@ import * as _ from "lodash"; import Promise = require("bluebird"); import * as cls from "continuation-local-storage"; -import ValidatorJS from "validator"; +import ValidatorJS = require("validator"); type Omit = Pick>; diff --git a/types/sequelize/v3/index.d.ts b/types/sequelize/v3/index.d.ts index 893b09a25deee9..116529fad0ecf5 100644 --- a/types/sequelize/v3/index.d.ts +++ b/types/sequelize/v3/index.d.ts @@ -3,7 +3,7 @@ import * as Promise from "bluebird"; import * as _ from "lodash"; -import ValidatorJS from "validator"; +import ValidatorJS = require("validator"); declare namespace sequelize { //