Manweill / swagger-axios-codegen

swagger client to use axios and typescript
MIT License
306 stars 83 forks source link

String Enums have prefix KEY #119

Closed fairking closed 3 years ago

fairking commented 4 years ago

I have string enums like this:

image

image

But the codegen generates them with a prefix KEY_:

image