Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/core
index
NormalizedHasManyOptions
Type alias NormalizedHasManyOptions<SourceKey, TargetKey>
Normalized
Has
Many
Options
<
SourceKey
,
TargetKey
>
:
NormalizeBaseAssociationOptions
<
Omit
<
HasManyOptions
<
SourceKey
,
TargetKey
>
,
"inverse"
>
>
&
{
inverse
?:
Exclude
<
HasManyOptions
<
SourceKey
,
TargetKey
>
[
"inverse"
]
,
string
>
;
}
Type Parameters
SourceKey
extends
string
TargetKey
extends
string
Type declaration
Optional
inverse
?:
Exclude
<
HasManyOptions
<
SourceKey
,
TargetKey
>
[
"inverse"
]
,
string
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...