© 2026 Hedgehog Software, LLC
const ServerResponse = <A>(a: S.Schema<A>) => S.either(S.array(ServerValidationError), a); export type EncodedServerResponse = S.From<typeof ServerResponse>;