| 1 | import { describe, expect, it } from "@effect/vitest"; |
| 2 | import { HttpApi, HttpApiEndpoint, HttpApiGroup, OpenApi } from "effect/unstable/httpapi"; |
| 3 | import { Effect, Option, Schema } from "effect"; |
| 4 |
nothing calls this directly
no test coverage detected