import { HttpApiEndpoint } from "@effect/platform"
import * as Schema from "effect/Schema"
HttpApiEndpoint.post("test", "/test").addError(Schema.Never)
fails to compile right now, but could it makes sense to support?
What is the feature you are proposing to solve the problem?
What is the problem this feature would solve?
fails to compile right now, but could it makes sense to support?
What is the feature you are proposing to solve the problem?
HttpApiEndpoint.post("test", "/test").addError(Schema.Never)
What alternatives have you considered?
No response