Say we have an array in an object: ```js { key: [ { 'a': true }, { 'a': 16 } ] } ``` We want to render a union type: ```typescript a: boolean | number ``` Would be great to check this across all types in the typeStore
Say we have an array in an object:
We want to render a union type:
Would be great to check this across all types in the typeStore