Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/core
index
AllowAnyAll
Type Alias AllowAnyAll<T>
AllowAnyAll
:
|
T
|
{
"[all]"
:
|
Exclude
<
T
,
InvalidInSqlArray
>
[]
|
Literal
|
{
"[values]"
:
(
T
|
DynamicValues
<
T
>
)
[]
}
;
}
|
{
"[any]"
:
|
Exclude
<
T
,
InvalidInSqlArray
>
[]
|
Literal
|
{
"[values]"
:
(
T
|
DynamicValues
<
T
>
)
[]
}
;
}
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...