Function
Endpoint14_4
(raw: RawClient["server.pty"])
Source from the content-addressed store, hash-verified
| 574 | readonly location?: Endpoint14_4Request["query"]["location"] |
| 575 | } |
| 576 | const Endpoint14_4 = (raw: RawClient["server.pty"]) => (input: Endpoint14_4Input) => |
| 577 | raw["pty.remove"]({ params: { ptyID: input["ptyID"] }, query: { location: input["location"] } }).pipe( |
| 578 | Effect.mapError(mapClientError), |
| 579 | ) |
| 580 | |
| 581 | const adaptGroup14 = (raw: RawClient["server.pty"]) => ({ |
| 582 | list: Endpoint14_0(raw), |
Tested by
no test coverage detected