TranspiledEnum (Type)
Type Aliases
Section titled “Type Aliases”TranspiledEnum
Section titled “TranspiledEnum”type TranspiledEnum = Record<string, number | string>;Defined in: types/TranspiledEnum.ts:2
Helper type to represent a TypeScript enum at run-time.
