Type Operator
↔ TS Syntax for built-in operation on Types
keyof
Set Operator Intersection
References
Union Type
↔ Compound Type join by|
Type Operator to define each member of Type set can EITHER beIntersection Type
↔ Compound Type to merge via&
Type Operator to express Type as being ALL of Type setCompound Type
↔ Combo Type of 2+ Basic Types via&
or|
Type Operatoras
↔ Type Assertion Type Operator to Assert Variable as Type