Type Alias GetValueType<T, D>

GetValueType: undefined extends T["value"]
    ? Exclude<T["value"], undefined>
    | D
    : T["value"]

Type Parameters

MMNEPVFCICPMFPCPTTAAATR