Use Partial to Create Partially Fillable Types in TypeScript

InstructorKamran Ahmed

Share this video with your friends

Send Tweet

In this lesson, we learn how to use TypeScript's Partial types to make the required properties of your types optional; allowing you to reuse the same types for the cases where you may not have all the data.