Exercise #49: Entity Fetching
Advanced Patterns ยท 01-branded-types
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Use branded IDs so user and post lookups only accept the right ID type.
Check Solution
Run "Check Solution" to validate your code in the browser.