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.
This question is part of this quiz :
Object Types and Interfaces in TypeScript Quiz