Type alias EnumToUnion<T>

EnumToUnion<T>: T extends string
    ? `${T}`
    : T

Type Parameters

Generated using TypeDoc