(raw: RawClient["server.fs"])
| 493 | }).pipe(Effect.mapError(mapClientError)) |
| 494 | |
| 495 | const adaptGroup10 = (raw: RawClient["server.fs"]) => ({ list: Endpoint10_0(raw), find: Endpoint10_1(raw) }) |
| 496 | |
| 497 | type Endpoint11_0Request = Parameters<RawClient["server.command"]["command.list"]>[0] |
| 498 | type Endpoint11_0Input = { readonly location?: Endpoint11_0Request["query"]["location"] } |
no test coverage detected