tsoa-next / @tsoa-next/runtime / 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.
