Concept Flow - Intersection type syntax
Define Type A
Define Type B
Use & to combine
Create variable of combined type
Access properties from both A and B
Use variable safely with all properties
Intersection types combine multiple types into one that has all properties from each type.