Skip to content

tsoa-next / tsoa-next / SpecResponseValue

Type Alias: SpecResponseValue

ts
type SpecResponseValue = string | Readable;

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

Response body types accepted from built-in and custom SpecPath handlers.

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