Skip to content

tsoa-next / @tsoa-next/runtime / Tsoa / RefObjectType

Interface: RefObjectType

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

Extends

Properties

additionalProperties?

ts
optional additionalProperties?: Type;

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


dataType

ts
dataType: "refObject";

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

Overrides

ReferenceTypeBase.dataType


deprecated

ts
deprecated: boolean;

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

Inherited from

ReferenceTypeBase.deprecated


description?

ts
optional description?: string;

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

Inherited from

ReferenceTypeBase.description


example?

ts
optional example?: unknown;

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

Inherited from

ReferenceTypeBase.example


properties

ts
properties: Property[];

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


refName

ts
refName: string;

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

Inherited from

ReferenceTypeBase.refName


title?

ts
optional title?: string;

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

Inherited from

ReferenceTypeBase.title

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