Alias
↔ custom Type to store & reuse Type Annotation & improve Readability
aka Type-Alias
type
TS Keyword to declare new Alias
References
What is the difference between a [**_
Alias_**](alias_compound) vs [
interface](interface_typed-object)?
↔ Only interfaces are extensible unlike types.type
↔ TS Keyword to declare new Alias