wasabee-project / Wasabee-IITC

ENL DrawTools and Op Management
Apache License 2.0
30 stars 21 forks source link

Use typescript interfaces instead of class types whenever we don't get an object #368

Open le-jeu opened 1 year ago

le-jeu commented 1 year ago

Class types from model are wrongly used in part of the code we don't get wasabee object but only json object. This is the mostly the case for db queries and server request results.