The Differences Between Type and Interface in Typescript
Typescript is a superset of JavaScript that incorporates static typing, making detecting errors simpler and producing more maintainable code.
Types and interfaces in Typescript represent two distinct methods for defining the structure and shape of va...
blog.jamin.sh5 min read
Favourite Jome
Software Engineer @bug0
Thanks for sharing!
It seems I'll be use more of Types cause of that VS code intelligence.