Skip to content

tsoa-next / @tsoa-next/runtime / Tsoa / HeaderType

Type Alias: HeaderType

ts
type HeaderType = 
  | NestedObjectLiteralType
  | RefObjectType;

Defined in: packages/runtime/src/metadataGeneration/tsoa.ts:346

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