TypeScript | Object Types and Interfaces in TypeScript | Question4

Last Updated :
Discuss
Comments

Which of the following is a key benefit of type aliases in TypeScript?

They are faster to compile than interfaces.

They can define unions and intersections.

They cannot be reassigned once declared.

They enforce stricter type checking than interfaces.

Share your thoughts in the comments