Example: ``` js /** @type {(MyClass|YourClass)} */ var union; union; //: (MyClass|YourClass) ``` More importantly, we want proper autocompletion of properties on all types in the union.
Example:
More importantly, we want proper autocompletion of properties on all types in the union.