(raw: RawGroup)
| 51 | ? error |
| 52 | : new ClientError({ cause: error }) |
| 53 | const Endpoint0 = (raw: RawGroup) => () => raw["health"]({}).pipe(Effect.mapError(mapEndpoint0Error)) |
| 54 | |
| 55 | type Endpoint1Input = { readonly archived?: (typeof Endpoint1Query.Type)["archived"] } |
| 56 | const Endpoint1DeclaredError = Schema.Never |