mrdannael / genum-openapi

Generate Typescript enums from the openapi schema
MIT License
3 stars 2 forks source link

Handle collecting deep nested enums inside OpenApi document object #7

Open mrdannael opened 4 months ago

mrdannael commented 4 months ago

Extended function for collecting enums to properly deal with deep nested enums. Added --with-parent option to keep the parent key within exported enum name.