Documentation
Preparing search index...
@sequelize/db2-ibmi
<internal>
FindAttributeOptions
Type Alias FindAttributeOptions<TAttributes>
FindAttributeOptions
:
|
ReadonlyArray
<
Extract
<
keyof
TAttributes
,
string
>
|
ProjectionAlias
|
Literal
,
>
|
{
exclude
:
ReadonlyArray
<
Extract
<
keyof
TAttributes
,
string
>
>
;
include
?:
ReadonlyArray
<
Extract
<
keyof
TAttributes
,
string
>
|
ProjectionAlias
,
>
;
}
|
{
exclude
?:
ReadonlyArray
<
Extract
<
keyof
TAttributes
,
string
>
>
;
include
:
ReadonlyArray
<
Extract
<
keyof
TAttributes
,
string
>
|
ProjectionAlias
,
>
;
}
Type Parameters
TAttributes
=
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...