Convert C# Models, ViewModels and DTOs into their TypeScript equivalents using webapp, .NET Core CLI Tool or VSCode extension.
We have changed the following things:
- Added a new convention so that the type is displayed during an import, e.g.
import type {xyz} from './foo/foo.ts'
Visual Studio Code Extension: https://github.com/Letsion/CSharpToTypeScript/CSharpToTypeScript/blob/master/src/CSharpToTypeScript.VSCodeExtension/README.md
Command Line Interface: https://github.com/Letsion/CSharpToTypeScript/CSharpToTypeScript/blob/master/srcLetsion.CSharpToTypeScript.CLITool/README.md