Skip to content

tsoa-next / tsoa-next / Tsoa / ObjectsNoPropsType

Interface: ObjectsNoPropsType

Defined in: packages/runtime/src/metadataGeneration/tsoa.ts:219

This is the type that occurs when a developer writes const foo: object = {} since it can no longer have any properties added to it.

Extends

Properties

dataType

ts
dataType: "object";

Defined in: packages/runtime/src/metadataGeneration/tsoa.ts:220

Overrides

TypeBase.dataType

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