swagger-codegen-ts
swagger-codegen-ts copied to clipboard
Support "any" swagger type (empty curly braces)
According to spec, {}
is a valid type means "any". I suggest having unknown
typescript type in the generated code for this. @raveclassic @scink suggestions, objections?
I'm ok, let's do it