Partial and Required
Transform object types by making properties optional or required.
Partial Type
Required Type
Partial for Updates
Combining Partial and Required
Partial with Nested Objects
Exercise: Create Update Function
Create a function using Partial:

