Explicitly Typing Success and Error Channels in Effect.fn
How can I explicitly type an Effect.fn's success and error channels? I don't want to just rely on inference in order to constrain what code I can write within the fn function body (what I can return and what errors I can throw)