csharp-models-to-typescript
csharp-models-to-typescript copied to clipboard
Add exceptions as part of the config.json
Hello,
I have the following property in my c# class public DateTime CreatedTimeStampUTC
the tool generates createdTimeStampUtc: string
. Would it be possible to add some kind of exception? in this case UTC so I can keep it all capital case?
Thanks for this project.