Exercise #37: K In Keyof
Type Transformations ยท 05-key-remapping
Goal

Goal: Map over each key in `Attributes` to create a getter function that returns the corresponding value type.

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