Exercise #43: Discriminated Union To Union
Type Transformations ยท 05-key-remapping
Goal

Goal: Map over the discriminated union to build `${name}:${color}` strings, then union them together.

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