Exercise #12: Get Object Values
Type Transformations · 02-unions-and-indexing
Goal

Goal: Use `keyof` with indexed access to turn the object’s values into a union type.

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