Open dbackeus opened 3 years ago
Hi,
Just wondering if union types are supported via the block syntax somehow. Ie. some way to generate the ... on SomeType syntax.
... on SomeType
Hi @dbackeus ,
Sorry for late response, it's not supported at the moment but feel free to open a PR if you have a solution in mind.
Hi,
Just wondering if union types are supported via the block syntax somehow. Ie. some way to generate the
... on SomeType
syntax.