Preparing search index...
The search index is not available
@storehouse/sequelize - v1.1.0
@storehouse/sequelize
ModelSettings
Interface ModelSettings<TModelAttributes, TCreationAttributes>
interface
ModelSettings
<
TModelAttributes
,
TCreationAttributes
>
{
attributes
:
ModelAttributes
<
Model
<
TModelAttributes
,
TCreationAttributes
>
,
TModelAttributes
>
;
model
?:
ModelStatic
<
Model
<
TModelAttributes
,
TCreationAttributes
>
>
;
options
?:
ModelOptions
<
Model
<
TModelAttributes
,
TCreationAttributes
>
>
;
}
Type Parameters
TModelAttributes
extends
typeof
AnyJson
=
any
TCreationAttributes
extends
typeof
AnyJson
=
TModelAttributes
Index
Properties
attributes
model?
options?
Properties
attributes
attributes
:
ModelAttributes
<
Model
<
TModelAttributes
,
TCreationAttributes
>
,
TModelAttributes
>
Optional
model
model
?:
ModelStatic
<
Model
<
TModelAttributes
,
TCreationAttributes
>
>
Optional
options
options
?:
ModelOptions
<
Model
<
TModelAttributes
,
TCreationAttributes
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
attributes
model
options
@storehouse/sequelize - v1.1.0
Loading...