Custom names for types.
type ID =
string | number
type ID = any; // TODO function getId(id: ID) { return id; }