Typing `ParseError` in Effect Typescript's HTTP Client and handling as defects
How can I make the
ParseError on an HTTP Client be typed? I cannot do stuff like Effect.onFirstSuccessful, I think because ParseError is thrown as a defect?