AI · 59
OS · 169
Packages · 147
Programming · 146
Concepts · 16
1 page tagged interfaces.
interfaces
TypeScript has two ways to define object shapes — type aliases and interface declarations. Learn when each is appropriate, how they differ in extension, merging, and composability.