What is a Type Alias in TypeScript?
A function that defines a new type
A way to create a new name for an existing type
A reserved keyword for defining interfaces
A feature used only for primitive types
This question is part of this quiz :
Type Aliases in TypeScript