Concept Flow - Type alias for unions
Define union types
Create type alias
Use alias in variables
Assign values matching union
Type checks pass or error
End
This flow shows how to define a union type, create a type alias for it, use the alias for variables, assign values, and check types.