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
I have a C# class with a property of type IFormFile and I would like to have CSharpToTypeScript transform this property to the type of a TypeScript File.
I suggest adding the option to add custom mapping rules (similar to Dates), e.g.
--addCustomMapping IFormFile File
The text was updated successfully, but these errors were encountered:
I have a C# class with a property of type IFormFile and I would like to have CSharpToTypeScript transform this property to the type of a TypeScript File.
I suggest adding the option to add custom mapping rules (similar to Dates), e.g.
--addCustomMapping IFormFile File
The text was updated successfully, but these errors were encountered: