AdrianWilczynski / CSharpToTypeScript

Convert C# Models, ViewModels and DTOs into their TypeScript equivalents using webapps, CLI Tool or VSCode extension. Links: https://marketplace.visualstudio.com/items?itemName=adrianwilczynski.csharp-to-typescript - https://csharptotypescript.azurewebsites.net - https://adrianwilczynski.github.io/CSharpToTypeScript/ - https://www.nuget.org/packages/CSharpToTypeScript.CLITool/
MIT License
115 stars 32 forks source link

Is there a possibility to change the outputtype to type instead of interface? #62

Open Mayamii opened 1 year ago

Mayamii commented 1 year ago

I didnt find a possibility to change the output in ts to "type" instead of "interface". We use "type" in our project. So it would help if there was an option to select "type" and not only "class" and "interface"