(raw: RawClient["server.fs"])
| 476 | readonly path?: Endpoint10_0Request["query"]["path"] |
| 477 | } |
| 478 | const Endpoint10_0 = (raw: RawClient["server.fs"]) => (input?: Endpoint10_0Input) => |
| 479 | raw["fs.list"]({ query: { location: input?.["location"], path: input?.["path"] } }).pipe( |
| 480 | Effect.mapError(mapClientError), |
| 481 | ) |
| 482 | |
| 483 | type Endpoint10_1Request = Parameters<RawClient["server.fs"]["fs.find"]>[0] |
| 484 | type Endpoint10_1Input = { |