Hi,
In my code, I often want to have a type that dynamically lists properties ({[k in UK]:...), and a class that is required to implement them. But I keep getting the error:
'A class can only implement an object type or intersection of object types with statically known members.'
Is there any way around this?
It would be super convenient to have this kind of flexibility.