CSharpToTypeScript
CSharpToTypeScript copied to clipboard
Is there a possibility to change the outputtype to type instead of interface?
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"