Deciding When to Use TypeScript Interfaces vs Type Aliases
In TypeScript, there are two common ways to define the shape of an object or data structure: Interface and Type Alias. at first glance, the might seem interchangeable, and in many cases, they are, but there are key differences beneath the surface.
if...
muhammadsyaifullahalarief.hashnode.dev3 min read