Skip to content

tsoa-next / @tsoa-next/runtime / TsoaRoute / RefObjectModels

Interface: RefObjectModels

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

This is a convenience type so you can check .properties on the items in the Record without having TypeScript throw a compiler error. That's because this Record can't have enums in it. If you want that, then just use the base interface

Extends

Indexable

ts
[refNames: string]: RefObjectModelSchema

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