You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2018. It is now read-only.
Best way to do it is via an interface
class Rabbit implements AnimalUnion {...}
class Dog implements AnimalUnion {...}
this will generate
union Animal = Rabbit | Dog
My 2c
The text was updated successfully, but these errors were encountered: