mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Merge pull request #8129 from EToreo/master
Added continuation-local-storage access to Sequelize
This commit is contained in:
Vendored
+5
@@ -5365,6 +5365,11 @@ declare module "sequelize" {
|
||||
*/
|
||||
new ( uri : string, options? : Options ) : Sequelize;
|
||||
|
||||
/**
|
||||
* Provide access to continuation-local-storage (http://docs.sequelizejs.com/en/latest/api/sequelize/#transactionoptions-promise)
|
||||
*/
|
||||
cls: any;
|
||||
|
||||
}
|
||||
|
||||
interface QueryOptionsTransactionRequired { }
|
||||
|
||||
Reference in New Issue
Block a user