(raw: RawClient["server.skill"])
| 507 | raw["skill.list"]({ query: { location: input?.["location"] } }).pipe(Effect.mapError(mapClientError)) |
| 508 | |
| 509 | const adaptGroup12 = (raw: RawClient["server.skill"]) => ({ list: Endpoint12_0(raw) }) |
| 510 | |
| 511 | const Endpoint13_0 = (raw: RawClient["server.event"]) => () => |
| 512 | Stream.unwrap( |
no test coverage detected