Resolve Generic of Generic
I’m trying to create a reusable utility type in TypeScript that works with any map type conforming to a generic structure. Here’s my basic setup:
I’m trying to create a reusable utility type in TypeScript that works with any map type conforming to a generic structure. Here’s my basic setup: