Extracting Interface Type from `Effect.Service` Implementation
There are a couple of ways to extract the underlying interface type of a service represented using
For example:
Is there a way to do this if the service is implemented straight away using
Context.Tag.For example:
Is there a way to do this if the service is implemented straight away using
Effect.Service ?