Should I use interfaces or type aliases?
Jun 1, 2024 · 5 min read · 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...
Join discussion