Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/core
index
AllowAnyAll
Type alias AllowAnyAll<T>
Allow
Any
All
<
T
>
:
T
|
{
[all]
:
Exclude
<
T
,
InvalidInSqlArray
>
[]
|
Literal
|
{
[values]
:
(
T
|
DynamicValues
<
T
>
)
[]
;
}
;
}
|
{
[any]
:
Exclude
<
T
,
InvalidInSqlArray
>
[]
|
Literal
|
{
[values]
:
(
T
|
DynamicValues
<
T
>
)
[]
;
}
;
}
Type Parameters
T
Type declaration
[all]
:
Exclude
<
T
,
InvalidInSqlArray
>
[]
|
Literal
|
{
[values]
:
(
T
|
DynamicValues
<
T
>
)
[]
;
}
Type declaration
[any]
:
Exclude
<
T
,
InvalidInSqlArray
>
[]
|
Literal
|
{
[values]
:
(
T
|
DynamicValues
<
T
>
)
[]
;
}
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Documentation
@sequelize/core
@sequelize/validator.js
Generated using
TypeDoc