Skip to content

tsoa-next / @tsoa-next/runtime / Tsoa / ReferenceType

Type Alias: ReferenceType

ts
type ReferenceType = 
  | RefEnumType
  | RefObjectType
  | RefAliasType;

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

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