Added continuation-local-storage access

This commit is contained in:
Eric Thompson
2016-02-16 22:52:26 -08:00
parent b57c33fec0
commit f87806946a
+5
View File
@@ -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 { }