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
