You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<div>Despite finding many of the reverse, I couldn't find a Typescript to C# code converter to convert ts interfaces to C# models.
So I built this fragile version of my own using typescript-parser and browserify. It's entirely client-side since github.io doesn't have node, and does not send your code anywhere.
The source isn't obfuscated aside from how browserify mangles it to make it work.</div>
<a href="/typescript-interface-to-csharp" alt="link to converter">Link to the converter</a>