Skip to content

tsoa-next / tsoa-next / SpecDocumentFormat

Type Alias: SpecDocumentFormat

ts
type SpecDocumentFormat = "json" | "yaml";

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

Serialized OpenAPI formats that can be requested from a SpecGenerator.

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