不要怂,就是干,撸起袖子干!

Commit 9a45509e by Chris Northwood Committed by GitHub

fix(types): update SaveOptions type to include Hookable (#12441) (#12444)

1 parent 945af927
Showing with 1 additions and 1 deletions
...@@ -964,7 +964,7 @@ export interface SetOptions { ...@@ -964,7 +964,7 @@ export interface SetOptions {
/** /**
* Options used for Instance.save method * Options used for Instance.save method
*/ */
export interface SaveOptions<TAttributes = any> extends Logging, Transactionable, Silent { export interface SaveOptions<TAttributes = any> extends Logging, Transactionable, Silent, Hookable {
/** /**
* An optional array of strings, representing database columns. If fields is provided, only those columns * An optional array of strings, representing database columns. If fields is provided, only those columns
* will be validated and saved. * will be validated and saved.
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!