mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-18 12:33:17 +08:00
Sequelize: Add missing UpsertOptions
This commit is contained in:
14
sequelize/sequelize.d.ts
vendored
14
sequelize/sequelize.d.ts
vendored
@@ -3325,6 +3325,20 @@ declare module "sequelize" {
|
||||
*/
|
||||
logging? : boolean | Function;
|
||||
|
||||
/**
|
||||
* Transaction to run query under
|
||||
*/
|
||||
transaction? : Transaction;
|
||||
|
||||
/**
|
||||
* An optional parameter to specify the schema search_path (Postgres only)
|
||||
*/
|
||||
searchPath? : string;
|
||||
|
||||
/**
|
||||
* Print query execution time in milliseconds when logging SQL.
|
||||
*/
|
||||
benchmark? : boolean;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user