mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-04 16:04:45 +08:00
partially fixed sequelize/sequelize.d.ts
This commit is contained in:
Vendored
+4
-1
@@ -2034,6 +2034,7 @@ declare module "sequelize" {
|
||||
*/
|
||||
logging? : boolean | Function;
|
||||
|
||||
transaction?: Transaction;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -2085,6 +2086,9 @@ declare module "sequelize" {
|
||||
*/
|
||||
logging? : boolean | Function;
|
||||
|
||||
silent? : boolean;
|
||||
|
||||
returning? : boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -4878,4 +4882,3 @@ declare module "sequelize" {
|
||||
export = sequelize;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user