ferdikoomen / openapi-typescript-codegen

NodeJS library that generates Typescript or Javascript clients based on the OpenAPI specification
MIT License
2.93k stars 520 forks source link

[Feature request] Generate Enums AND Union types #1269

Open mkosir opened 2 years ago

mkosir commented 2 years ago

Hey 👋 first off awesome package! I think it would be great if we could generate Enums (so they can be looped through :) and Union types which are my personal preference. Basically same thing as Prisma does when generating types for database models 🚀 Wdyt?

Nit: I think it would be nice if GitHub Discussions would be enabled for this repo.

Joe312341 commented 1 year ago

Agree, this would be very helpful