import type { HttpApi, HttpApiGroup, OpenApi } from "effect/unstable/httpapi" export type ServerApi = HttpApi.HttpApi export type OpenApiSpec = OpenApi.OpenAPISpec