QueryInterface should have sequelize property

This commit is contained in:
James O'Cull
2015-12-09 17:08:36 -05:00
parent e7e3d69d62
commit 41b42c1609
+5
View File
@@ -3949,6 +3949,11 @@ declare module "sequelize" {
* We don't have a definition for the QueryGenerator, because I doubt it is commonly in use separately.
*/
QueryGenerator: any;
/**
* Returns the current sequelize instance.
*/
sequelize: Sequelize;
/**
* Queries the schema (table list).