Example:
<component name="MyNode" extends="Groupd">
<interface>
<function name="someFunc" />
</interface>
</component>
interface MyInterface extends roSGNodeMyNode
end interafce
sub foo(thing as MyInterface)
thing@.someFunc() ' this should not be an error
end sub