Type Aliases
Name complex types once and reuse them: alias primitives, unions, functions, tuples, and object shapes for clearer, safer code.
Name It OnceNot started
Alias the CallbackNot started
Object Shape AliasNot started
Tuple as CoordinatesNot started
Narrow with an Aliased UnionNot started
Alias a Result TypeNot started