data-cap
Preparing search index...
core
InferFields
Type Alias InferFields<F>
InferFields
:
{
[
K
in
keyof
F
]
:
InferFieldValue
<
F
[
K
]
>
}
Resolves the application-facing field-value type for an entire
fields
shape, key by key.
Type Parameters
F
extends
FieldsShape
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
data-cap
Loading...
Resolves the application-facing field-value type for an entire
fieldsshape, key by key.