LabeledValue

Type Definition

type 
LabeledValue
<
T
extends
FieldValue
=
FieldValue
> = {
value
:
T
;
label
: string | null;
key
:
T
;
};