Skip to content

tsoa-next / tsoa-next / TsoaRoute / ModelSchema

Type Alias: ModelSchema

ts
type ModelSchema = 
  | RefEnumModelSchema
  | RefObjectModelSchema
  | RefTypeAliasModelSchema;

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

Runtime schema union for named models.

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