mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
QueryInterface should have sequelize property
This commit is contained in:
Vendored
+5
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user