const MyEndpoint = HttpApiEndpoint.get("foo")`/foo`
.addSuccess(
MyResultSchema.pipe(
HttpApiSchema.withEncoding({
kind: "Json",
contentType: "application/scim+json",
}),
),
)
const MyEndpoint = HttpApiEndpoint.get("foo")`/foo`
.addSuccess(
MyResultSchema.pipe(
HttpApiSchema.withEncoding({
kind: "Json",
contentType: "application/scim+json",
}),
),
)