Response.ok boolean (true => Success; false => Failure). Then based on the outcome, I want the Response.json() in the success case, and the Response.text() in a failure case. I would expect it to have the type of Effect.Effect<unknown, string, never> at the end.Effect.Effect<Effect.Effect<unknown, never, never>, Effect.Effect<never, string, never>, never>: