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