Skip to content

tsoa-next / tsoa-next / ServedSpec

Type Alias: ServedSpec

ts
type ServedSpec = Spec & Record<string, unknown>;

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

OpenAPI document shapes that can be served by built-in spec routes.

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