type Enum = Record<string, string>; Copy
type Enum = Record<string, string>;
Type alias for enum objects with string key-value pairs