csharp-models-to-typescript icon indicating copy to clipboard operation
csharp-models-to-typescript copied to clipboard

Bug - Conversion Error

Open sahin52 opened this issue 3 years ago • 0 comments

This block:

        [OptionalField]
        public UserType UserType= UserType.Other;

is converted to this:

userType=: UserType;

but must be converted to this:

userType: UserType;

sahin52 avatar Jul 06 '22 07:07 sahin52