Mapped Types Introduction
This lesson introduces the concept of mapped types.
We'll cover the following...
Overview
Mapped types are another way to transform types. In simple words, they let you take an object type (an interface) and return a new type with each property transformed in some way.
Mapped type example - Readonly
type
The best example for understanding mapped types is the built-in Readonly
type. As you can see, ...
Access this course and 1400+ top-rated courses and projects.