Hi,
I have created .api file and ENUM inside the file. I use my enum in functions, events etc. Everything works fine, however I don’t know why I have got warning every time I use it inside .api file. Warning says:
Unable to find predefined type named ‘PortsOUT’. Support for directly using these C types is a temporary measure and will be removed in a future release.
Can I get rid of the warning?