@squidcloud/client
Preparing search index...
FieldOf
Type Alias FieldOf<T, K>
FieldOf
:
Extract
<
T
,
Record
<
K
,
any
>
>
[
K
]
Extracts the type of specific field
K
from a union of object types
T
.
Type Parameters
T
K
extends
UnionKeys
<
T
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@squidcloud/client
Loading...
Extracts the type of specific field
K
from a union of object typesT
.