mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-09-20 08:00:20 +00:00
Added missing definition for sequelize unmanaged transaction with options
This commit is contained in:
Vendored
+1
-1
@@ -5694,7 +5694,7 @@ declare namespace sequelize {
|
||||
transaction(options: TransactionOptions,
|
||||
autoCallback: (t: Transaction) => Promise<any>): Promise<any>;
|
||||
transaction(autoCallback: (t: Transaction) => Promise<any>): Promise<any>;
|
||||
transaction(): Promise<Transaction>;
|
||||
transaction(options?: TransactionOptions): Promise<Transaction>;
|
||||
|
||||
/**
|
||||
* Close all connections used by this sequelize instance, and free all references so the instance can be
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user