Function
Endpoint12_0
(raw: RawClient["server.skill"])
Source from the content-addressed store, hash-verified
| 504 | type Endpoint12_0Request = Parameters<RawClient["server.skill"]["skill.list"]>[0] |
| 505 | type Endpoint12_0Input = { readonly location?: Endpoint12_0Request["query"]["location"] } |
| 506 | const Endpoint12_0 = (raw: RawClient["server.skill"]) => (input?: Endpoint12_0Input) => |
| 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 | |
Tested by
no test coverage detected