Mapped Types
Transform existing types into new types.
Basic Mapped Type
Making Properties Readonly
Nullable Properties
Removing Modifiers
Property Renaming
Filtering Properties
Combining Mapped Types
Record Implementation
Exercise: Create Setters Type
Create a mapped type that creates setter methods:

