Exercise #103: Generic Mapper
TypeScript Generics ยท 01-generics-intro
Goal

Goal: Use a constrained generic so `firstName`/`lastName` are required while preserving extra properties.

Run "Check Solution" to validate your code in the browser.