TypeScript Fundamentals
Plans from $25/month

This lesson is for members. Join us?

Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.

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.