mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 11:02:11 +08:00
Merge pull request #26614 from DerekTBrown/patch-1
Add `rejectOnError` to `define`
This commit is contained in:
5
types/sequelize/index.d.ts
vendored
5
types/sequelize/index.d.ts
vendored
@@ -5262,6 +5262,11 @@ declare namespace sequelize {
|
||||
* Set to true or a string with the attribute name you want to use to enable.
|
||||
*/
|
||||
version?: boolean | string;
|
||||
|
||||
/**
|
||||
* Throws an error when no records found
|
||||
*/
|
||||
rejectOnError?: boolean | Error;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user