Seeking Solution for Typing in Pipeable Class Implementation

Hey all, is there an easy way to make a pipeable class with correct typing? implements Pipeable is not enough because that only enforces the presence of the field, but doesn’t use the types from the interface. I’m really not keen to manually copy 21 overloads 🥲

Maybe we need a class in the Pipeable module that we can extend from? (Not sure if that would work)
Was this page helpful?