| 1 | import type { HttpApiError, HttpClientError } from "@effect/platform" |
| 2 | import { HttpApi, HttpApiClient, HttpApiEndpoint, HttpApiGroup, HttpApiMiddleware, HttpClient } from "@effect/platform" |
| 3 | import type { Schema } from "effect" |
| 4 | import { Effect } from "effect" |
nothing calls this directly
no test coverage detected