(raw: RawClient["server.model"])
| 248 | raw["model.list"]({ query: { location: input?.["location"] } }).pipe(Effect.mapError(mapClientError)) |
| 249 | |
| 250 | const adaptGroup5 = (raw: RawClient["server.model"]) => ({ list: Endpoint5_0(raw) }) |
| 251 | |
| 252 | type Endpoint6_0Request = Parameters<RawClient["server.provider"]["provider.list"]>[0] |
| 253 | type Endpoint6_0Input = { readonly location?: Endpoint6_0Request["query"]["location"] } |
no test coverage detected