TypeScript | Type Aliases | Question2

Last Updated :
Discuss
Comments

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

Share your thoughts in the comments