tsoa-next / @tsoa-next/runtime / 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.
