Nati

Results 2 comments of Nati

Hey @DevinODowd are you still having this problem? I do something very similar and it's working fine for me

I was facing a similar issue with arrays when generating types using [openapi-typescript](https://github.com/drwpow/openapi-typescript), and I was able to confirm adding `"items": { "type": "[arrayType]" }` to the generated property fixes...