Type vs Interface in TypeScript – When to choose what
Before TypeScript **2.1** there was a lots of difference between `interface` and `type` in TypeScript. But now with **TypeScript > 5.x** there is very less difference with both.
What we can do using interface, can do easily also with type for