2 Replies
I mean, I want to make this type abstract.
I understand that it's possible to do things like tableWidgetSchema('string').inferOut, but is it possible to keep Typescript usage of those generics?
Generics are HKTs you should use them as one
(not sure about <t> ones but customs are literally extends class Hkt)