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
Hello everyone
First of all I would like to thank you big time for your plugin, overall it works really well and it spares us a lot of time.
It seems like its behaviour has changed (possible regression) since the last version. In our context it generates interfaces that are not valid. Let me explain by providing an example.
This results, in the latest version, to the following error message: TS2312: An interface can only extend an object type or intersection of object types with statically known members.
Which prevents our software from working properly.
Many thanks in advance for your answer.
Greetings
Antoine
The text was updated successfully, but these errors were encountered:
Hello everyone
First of all I would like to thank you big time for your plugin, overall it works really well and it spares us a lot of time.
It seems like its behaviour has changed (possible regression) since the last version. In our context it generates interfaces that are not valid. Let me explain by providing an example.
Consider the following Java Objects:
The generated TypeScript according to their respective version
v3.1.1185
v3.2.1263
This results, in the latest version, to the following error message:
TS2312: An interface can only extend an object type or intersection of object types with statically known members.
Which prevents our software from working properly.
Many thanks in advance for your answer.
Greetings
Antoine
The text was updated successfully, but these errors were encountered: