Aliases with Type
In this lesson, we will see how to create aliases for types.
Type aliases are the shortcut names for existing types or many types under a single name. The goal of creating an alias is to increase the readability of the code as well as to have a reusable and common way to identify a type.
Get hands-on with 1300+ tech skills courses.