json2jsii icon indicating copy to clipboard operation
json2jsii copied to clipboard

Add support for union of interfaces

Open moltar opened this issue 2 years ago • 0 comments

Right now only primitive types are supported as unions.

What would support for interfaces look like?

https://github.com/cdklabs/json2jsii/blob/b6091c8d9d33a200f03811a8e819cc600c78c5b5/src/type-generator.ts#L576-L578

https://github.com/cdklabs/json2jsii/blob/b6091c8d9d33a200f03811a8e819cc600c78c5b5/src/type-generator.ts#L350-L352

moltar avatar Jul 15 '23 13:07 moltar