[TypeScript] Mastering Interface & Type Aliases
Introduction
In this article, I will be talking about the differences between type and interface in TypeScirpt.
It is important to make use of either type or interface (mostly interface) when you write code in TypeScript. Using them will make your co...
jaylog.hashnode.dev3 min read