Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/core
index
ModelAttributes
Type alias ModelAttributes<M, TAttributes>
Model
Attributes
<
M
,
TAttributes
>
:
{
[
name
in
keyof
TAttributes
]
:
DataType
|
AttributeOptions
<
M
>
}
Interface for Attributes provided for all columns in a model
Type Parameters
M
extends
Model
=
Model
TAttributes
=
any
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Interface for Attributes provided for all columns in a model