Solved
How to get the result type of a javascript service ?
Hi,
I have dynamic JavaScript service , like : let result = Things[thingName][serviceName](serviceParam);
How can I get the base type of the result for such a dynamic service ?
Regards,
Sean

