Preparing search index...
The search index is not available
Documentation
Documentation
@sequelize/core
index
FindAttributeOptions
Type alias FindAttributeOptions<TAttributes>
Find
Attribute
Options
<
TAttributes
>
:
(
Extract
<
keyof
TAttributes
,
string
>
|
ProjectionAlias
|
Literal
)
[]
|
{
exclude
:
Extract
<
keyof
TAttributes
,
string
>
[]
;
include
?:
(
Extract
<
keyof
TAttributes
,
string
>
|
ProjectionAlias
)
[]
;
}
|
{
exclude
?:
Extract
<
keyof
TAttributes
,
string
>
[]
;
include
:
(
Extract
<
keyof
TAttributes
,
string
>
|
ProjectionAlias
)
[]
;
}
Type Parameters
TAttributes
=
any
Type declaration
exclude
:
Extract
<
keyof
TAttributes
,
string
>
[]
Optional
include
?:
(
Extract
<
keyof
TAttributes
,
string
>
|
ProjectionAlias
)
[]
Type declaration
Optional
exclude
?:
Extract
<
keyof
TAttributes
,
string
>
[]
include
:
(
Extract
<
keyof
TAttributes
,
string
>
|
ProjectionAlias
)
[]
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...