zibri
Preparing search index...
data-source/models/options/find-all-options.model
FindAllOptions
Type Alias FindAllOptions<T>
FindAllOptions
:
BaseRepositoryOptions
&
OmitStrict
<
FindManyOptions
<
T
>
,
"transaction"
|
"where"
,
>
&
{
where
?:
Where
<
T
>
}
Options for finding multiple entities.
Type Parameters
T
extends
BaseEntity
Type declaration
Optional
where
?:
Where
<
T
>
The where filter to find the options by.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
zibri
Loading...
Options for finding multiple entities.