In TypeScript, interfaces and type aliases can "extend" each another
In TypeScript, interfaces and type aliases can "extend" each another.
- An interface can extend a type.
- A type alias can "extend" an interface (via a type intersection).
Clip from "TypeScript: Getting Started" on Dometrain