Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/core
index
ModelAttributes
Type Alias ModelAttributes<M, TAttributes>
ModelAttributes
:
{
[
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
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Interface for Attributes provided for all columns in a model