Extracting generics in `Effect.serviceFunctions`
I have a service that has a few functions and by using
this is great, but my problem is that I have some services that have generic functions in them:
when I use
Effect.serviceFunctions I can compose them individually:this is great, but my problem is that I have some services that have generic functions in them:
when I use
Effect.serviceFunctions with this, the generic type parameter is fixed to RequiredJsonObject. Is there a way to extract the generic too?