News

Description Hello, openapi-typescript currently generates enums as string union types (e.g., export type Foo = 'bar' | 'baz';) when no further configuration is supplied. This is great for type-chec ...