Effect Schema Transform with HTTP API - Handler Return Type Question
I'm trying to use
Schema.transformOrFail
Schema.transformOrFail
in an Effect HTTP API endpoint, but I'm getting type errors. The handler expects to return the target schema type instead of the source schema type, which defeats the purpose of having a transformation.