Extending TypeScript Mapped Types to Support Multiple Contracts
I have a type like
but I want to extend it to support a
I want something like
but that's not supported. anyone have ideas?
but I want to extend it to support a
ReducedContract tooI want something like
but that's not supported. anyone have ideas?
