TypeScript: Issue with Extending Interfaces in a Library with Mapped Types
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-06-12
typescript interfaces mapped-types
I'm facing a challenge with extending an interface in TypeScript while using mapped types in a library I'm building. I've defined a basic interface and I'm tryi...