Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/core
index
UpdateValues
Type alias UpdateValues<M>
Update
Values
<
M
>
:
{
[
key
in
keyof
Attributes
<
M
>
]
?:
Attributes
<
M
>
[
key
]
|
Fn
|
Col
|
Literal
}
A pojo of values to update.
Used by
Model.update
Type Parameters
M
extends
Model
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
A pojo of values to update.
Used by Model.update