Exercise #10: As Const
Type Transformations ยท 02-unions-and-indexing
Goal

Goal: Preserve literal value types on `programModeEnumMap` (via a const assertion) so the indexed access types resolve to string literals.

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