Type alias Enum<T>Category

Enum<T>: Readonly<Record<string | number, T>>

A type for an enum.

Enum

Type Parameters