Skip to content

tsoa-next / @tsoa-next/runtime / TsoaRoute / RefTypeAliasModelSchema

Interface: RefTypeAliasModelSchema

Defined in: packages/runtime/src/routeGeneration/tsoa-route.ts:43

Runtime schema for named type aliases.

Properties

dataType

ts
dataType: "refAlias";

Defined in: packages/runtime/src/routeGeneration/tsoa-route.ts:44


type

ts
type: PropertySchema;

Defined in: packages/runtime/src/routeGeneration/tsoa-route.ts:45

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