TypeScript Fundamentals: Learn TypeScript from Scratch

Watch this course for FREE this weekend only.
Create an account to start watching.

or

Type Aliases in TypeScript

In this lesson, we begin creating types of our own using type aliases in TypeScript.

Type aliases are most handy for naming union types but can also be used in other ways.