Libraries
← Back to Website
All Versions
Preparing search index...
@cleverbrush/orm
WithIncluded
Type Alias WithIncluded<TEntity, TResult, K>
WithIncluded
:
TResult
&
{
[
P
in
K
]
:
ResolvedRel
<
EntityRelations
<
TEntity
>
[
P
]
>
}
Result type after
.include('rel')
is applied.
Type Parameters
TEntity
extends
Entity
<
any
,
any
,
any
>
TResult
K
extends
keyof
EntityRelations
<
TEntity
>
&
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
← Back to Website
All Versions
Libraries
Loading...
Result type after
.include('rel')is applied.