Skip to content

TranspiledEnum (Type)

type TranspiledEnum = Record<string, number | string>;

Defined in: types/TranspiledEnum.ts:2

Helper type to represent a TypeScript enum at run-time.