(raw: RawClient["server.health"])
| 17 | raw["health.get"]({}).pipe(Effect.mapError(mapClientError)) |
| 18 | |
| 19 | const adaptGroup0 = (raw: RawClient["server.health"]) => ({ get: Endpoint0_0(raw) }) |
| 20 | |
| 21 | type Endpoint1_0Request = Parameters<RawClient["server.location"]["location.get"]>[0] |
| 22 | type Endpoint1_0Input = { readonly location?: Endpoint1_0Request["query"]["location"] } |
no test coverage detected