Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
public
/
sequelize
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
不要怂,就是干,撸起袖子干!
Commit 9a45509e
authored
Jul 01, 2020
by
Chris Northwood
Committed by
GitHub
Jul 01, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(types): update SaveOptions type to include Hookable (#12441) (#12444)
1 parent
945af927
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
types/lib/model.d.ts
types/lib/model.d.ts
View file @
9a45509
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment