TypeScript Fundamentals - Custom Types - Defining Interfaces in TypeScript
In this lesson we learn how to mold our objects into predictable shapes using TypeScript interfaces.
We can add new fields to existing TypeScript interfaces and make interface fields optional.