Compound Type ↔ Combo Type of 2+ Basic Types via & or | Type Operator
aka Compound, Type-Compound
Alias
custom Type to store & reuse Type Annotation & improve Readability
Union Type
Compound Type join by | Type Operator to define each member of Type set can EITHER be
Intersection Type
Compound Type to merge via & Type Operator to express Type as being ALL of Type set
Mapped Type
Type to transform existing type in specific way
References
Intersection Type↔ Compound Type to merge via&Type Operator to express Type as being ALL of Type setUnion Type↔ Compound Type join by|Type Operator to define each member of Type set can EITHER be