Type aliases, as the name suggests, are a way of providing an alternative name or alias for an existing Swift type and provide a convenient way for referring to existing types using a name that is more appropriate to the particular context you’re working with. In this post, we take a quick look at how to use them.