Exercise #52: Index Signatures
Advanced Patterns ยท 01-branded-types
Goal

Goal: Use branded index signatures so the db maps PostIds to Posts and UserIds to Users, preventing cross-assignment.

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