UncategorizedLatest
Types vs Interfaces in Typescript
TL;DR; The main concept interfaces offer over types is declaration merging. On the other side, ...

TL;DR;
The main concept interfaces offer over types is declaration merging. On the other side, types can do a lot more than interfaces (mapped types, conditional types, et...






