NSwag openapi2tsclient keep property names
The generator here makes the names camel case by default and does a mapping.
How can I make the ts names be pascal case? All I know is that there's a
How can I make the ts names be pascal case? All I know is that there's a
PropertyNameGeneratorType parameter which takes a string, but I couldn't find any documentation on what values it can take.