TypeScript Type Vs Interface? The Answer Is Type!
Introduction
In TypeScript, you can define custom shapes using type aliases or interface. But when it comes to choosing between them, many developers ask: "TypeScript Type vs Interface?" The answer is increasingly clear: use type.
While both share si...
mayallo.hashnode.dev4 min read