Exercise #22: Constraints
Type Transformations ยท 03.5-type-helpers-pattern
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Constrain the generic to strings and produce a prefixed route using a template literal type.
Check Solution
Run "Check Solution" to validate your code in the browser.