How do type aliases enhance code readability in TypeScript?
By providing an alias for complex data structures
By making primitive types more readable
By replacing all interfaces with type aliases
By reducing the number of functions in the code
This question is part of this quiz :
Type Aliases in TypeScript