tsoa-next / tsoa-next / ResolvedSpecResponse
Interface: ResolvedSpecResponse
Defined in: packages/runtime/src/routeGeneration/specPathSupport.ts:25
Fully resolved response body and content type returned by spec-path helpers.
Properties
body
ts
body: SpecResponseValue;Defined in: packages/runtime/src/routeGeneration/specPathSupport.ts:26
contentType?
ts
optional contentType?: string;Defined in: packages/runtime/src/routeGeneration/specPathSupport.ts:27
