Preparing search index...
The search index is not available
biorate
biorate
sequelize
BelongsToManyOptions
Type alias BelongsToManyOptions<TCreationAttributesThrough, TModelAttributesThrough>
Belongs
To
Many
Options
<
TCreationAttributesThrough
,
TModelAttributesThrough
>
:
{
[
K
in
keyof
OriginBelongsToManyOptions
]
:
K
extends
"through"
?
ModelClassGetter
<
TCreationAttributesThrough
,
TModelAttributesThrough
>
|
string
|
ThroughOptions
<
TCreationAttributesThrough
,
TModelAttributesThrough
>
:
OriginBelongsToManyOptions
[
K
]
}
Type Parameters
TCreationAttributesThrough
extends
{}
TModelAttributesThrough
extends
{}
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
biorate
Loading...