Hello,
I’ve faced an issue with some C# class conversion.
Here is the problematic code fragment:
public Dictionary<LicenseeContactPersonType, PersonDto> PlatformContactPersons { get; set; }
“LicenseeAddressType” is enum type.
After conversion to TS, we are getting this:
Conversion is not done correctly - it should look something like this:
Is this a bug or something is done incorrectly?