| 1 | /* eslint-disable @typescript-eslint/no-explicit-any */ |
| 2 | import { camelCase } from "change-case" |
| 3 | import { type ApiClientFactory, type Req } from "effect-app/client" |
| 4 | import type { ExtractModuleName, HandlerInput, RequestHandlers, RequestHandlerWithInput, RequestsAny, RequestStreamHandlerWithInput } from "effect-app/client/clientFor" |
nothing calls this directly
no test coverage detected