Skip to content

tsoa-next / @tsoa-next/runtime / BuiltinSpecPathTarget

Type Alias: BuiltinSpecPathTarget

ts
type BuiltinSpecPathTarget = "json" | "yaml" | "swagger" | "redoc" | "rapidoc";

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

Built-in documentation targets supported by SpecPath.

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