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