TypeScript | Type Aliases | Question3

Last Updated :
Discuss
Comments

Which of the following is a valid use case for Type Aliases?

Defining a complex object structure

Creating a union of multiple types

Assigning a name to a function signature

All of the above

Share your thoughts in the comments