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