How can you combine multiple type aliases in TypeScript?
Using the | (pipe) operator for union types
Using the & (ampersand) operator for intersection types
Both a and b
Type aliases cannot be combined
This question is part of this quiz :
Type Aliases in TypeScript