tsoa-next / @tsoa-next/runtime / Tsoa / Controller
Interface: Controller
Defined in: packages/runtime/src/metadataGeneration/tsoa.ts:45
Properties
hasSpecPaths?
ts
optional hasSpecPaths?: boolean;Defined in: packages/runtime/src/metadataGeneration/tsoa.ts:46
location
ts
location: string;Defined in: packages/runtime/src/metadataGeneration/tsoa.ts:47
methods
ts
methods: Method[];Defined in: packages/runtime/src/metadataGeneration/tsoa.ts:48
name
ts
name: string;Defined in: packages/runtime/src/metadataGeneration/tsoa.ts:49
path
ts
path: string;Defined in: packages/runtime/src/metadataGeneration/tsoa.ts:50
produces?
ts
optional produces?: string[];Defined in: packages/runtime/src/metadataGeneration/tsoa.ts:51
