Interface RefObjectModels

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

interface RefObjectModels {
    [refNames: string]: TsoaRoute.RefObjectModelSchema;
}

Hierarchy (view full)

Indexable

[refNames: string]: TsoaRoute.RefObjectModelSchema

Generated using TypeDoc