Skip to content

tsoa-next / @tsoa-next/runtime / SpecRuntime

Type Alias: SpecRuntime

ts
type SpecRuntime = "express" | "koa" | "hapi";

Defined in: packages/runtime/src/decorators/specPath.ts:6

Supported runtimes for built-in SpecPath targets.

TypeScript-first OpenAPI generation, route generation, and runtime validation.