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

Goal: Turn the route union into an object keyed by `route`, where each value is the matching `search` type.

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