There is no "special" type for array to pass to custom module.
serverDataBindings: true
Just make sure you have serverDataBindings: true - and from Wappler UI just select an array to pass your custom extension module. (SQL Query output for instance).
You simply use an hjson text input with serverbindings:true and select the the query.
Then within the .js,you need to "parse" the text input to get the values (search forum for parseRequired() and parseOptional)
Have you viewed my youtube series on custom extensions?
I have watched Wappler's YT series in the past and have build a few, probably will have to watch it again for some tidbits I haven't used and might be there.
Thank you for your feedback.
I have updated and can now parse the results based on your inputs above and here