Corrected type name

This commit is contained in:
Eric Thompson
2016-02-23 09:36:54 -08:00
parent f5f328d3b2
commit 6f2803aff1
+4 -4
View File
@@ -5177,7 +5177,7 @@ declare module "sequelize" {
isolationLevel? : string;
/**
* Set the default transaction type. See `Sequelize.Transaction.TRANSACTION_TYPES` for possible
* Set the default transaction type. See `Sequelize.Transaction.TYPES` for possible
* options.
*
* Defaults to 'DEFERRED'
@@ -5825,9 +5825,9 @@ declare module "sequelize" {
* });
* ```
*
* @see TRANSACTION_TYPES
* @see Sequelize.Transaction.TYPES
*/
TRANSACTION_TYPES : TransactionTypes;
TYPES : TransactionTypes;
/**
* Possible options for row locking. Used in conjuction with `find` calls:
@@ -5916,7 +5916,7 @@ declare module "sequelize" {
isolationLevel?: string;
/**
* See `Sequelize.Transaction.TRANSACTION_TYPES` for possible options
* See `Sequelize.Transaction.TYPES` for possible options
*/
type?: string;