summaryrefslogtreecommitdiffhomepage
path: root/packages/server/src/types.ts
blob: 9e89fe74c224c8a91461ee0efe1af0e666a75634 (plain)
1
2
3
4
5
import type { HttpApi, HttpApiGroup, OpenApi } from "effect/unstable/httpapi"

export type ServerApi = HttpApi.HttpApi<string, HttpApiGroup.Any>

export type OpenApiSpec = OpenApi.OpenAPISpec