/** Helper type to represent a TypeScript `enum` at run-time. */ export type TranspiledEnum = Record;