I realize that map will dumb down the input type to just string and that's causing my code to lose the inferred type after the map
Do I just cast using as unknown as TCrumbs?
The Playground lets you write TypeScript or JavaScript online in a safe and sharable way.