Preparing search index...
The search index is not available
dyna-record
dyna-record
ForeignEntityAttribute
Type Alias ForeignEntityAttribute<T>
ForeignEntityAttribute
:
{
[
K
in
keyof
T
]
:
T
[
K
]
extends
ForeignKey
?
K
:
T
[
K
]
extends
NullableForeignKey
?
Optional
<
K
>
:
never
}
[
keyof
EntityAttributesOnly
<
T
>
]
Returns attributes on the provided model which are EntityAttributes of type ForeignKey
Type Parameters
T
extends
default
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
dyna-record
Loading...
Returns attributes on the provided model which are EntityAttributes of type ForeignKey