Type Alias EnumValueBoxed<T>

EnumValueBoxed<T>: {
    type: EnumClassOf<T>;
    value: EnumValueTyped<T>;
}

Type Parameters