Is there an example of exporting an array of compl...
# automation-api
c
Is there an example of exporting an array of complex type(s) (POCO) as an output?
Copy code
public Output<MyPoco[]> Items {get;set;}
I see the following error when running a preview
Copy code
System.InvalidOperationException: [Output] Items contains invalid type Item[]. Allowed types are:
        String, Boolean, Int32, Double,