#type-alias

[ follow ]
fromHackernoon
1 year ago

TypeScript Showdown: Type vs Interface - Why 'Type' Wins | HackerNoon

Type is more versatile and can describe things that interface can't, like unions, primitives, tuples, and conditional types, making it a better choice for modern TypeScript.
Angular
[ Load more ]