Should I use interfaces or type aliases?
TLDR: It doesn't matter what you use, but types are a better option sometimes.
Developed by Microsoft, Typescript was released in October 2012 as a superset of JavaScript, adding static typing. However, in this initial version, types and interfaces w...
tomsmolarczyk.hashnode.dev5 min read