Hey 👋🏽 ,
I am using the XO in our project and we are trying to include a Go interface in the datasource with all methods generated.
The typedef definition works fine and I have the main methods already on interface, but I would like to include the methods generated by Indexes too.
Is there any way to list all Indexes inside typedef template to include this on my interface?
Or is there any way that someone already knows how to include the interface with all methods genterated?
thanks for help!