Interface vs Type
When to use interfaces vs type aliases.
Similarities
Declaration Merging (Interface Only)
Union Types (Type Only)
Extending
Primitives and Tuples (Type Only)
Computed Properties (Type Only)
When to Use Which
Exercise: Choose the Right One
Fix the code by using the appropriate construct:

