## Differences
- Interface supports auto-merging, type doesn't
## How to choose?
- Interfaces are better when you need to define a new object or method of an object.
# Reference
- [LogRocket: Types vs. interfaces in TypeScript](https://blog.logrocket.com/types-vs-interfaces-in-typescript/)