Exercise #42: Object To Union Of Template Literals
Type Transformations ยท 05-key-remapping
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Build a template-literal value for each key/value pair and produce a union of those strings.
Check Solution
Run "Check Solution" to validate your code in the browser.