跳到内容

tsoa-next / tsoa-next / Tsoa / Response

接口:回应

定义如下: packages/runtime/src/metadataGeneration/tsoa.ts:124

属性

description

ts
description: string;

定义如下: packages/runtime/src/metadataGeneration/tsoa.ts:125


exampleLabels?

ts
optional exampleLabels?: (string | undefined)[];

定义如下: packages/runtime/src/metadataGeneration/tsoa.ts:130


examples?

ts
optional examples?: Example[];

定义如下: packages/runtime/src/metadataGeneration/tsoa.ts:129


headers?

ts
optional headers?: HeaderType;

定义如下: packages/runtime/src/metadataGeneration/tsoa.ts:131


name

ts
name: string | number;

定义如下: packages/runtime/src/metadataGeneration/tsoa.ts:126


produces?

ts
optional produces?: string[];

定义如下: packages/runtime/src/metadataGeneration/tsoa.ts:127


schema?

ts
optional schema?: Type;

定义如下: packages/runtime/src/metadataGeneration/tsoa.ts:128

贡献者

暂无相关贡献者

页面历史

暂无最近变更历史

以 TypeScript 为先的 OpenAPI 生成、路由生成与运行时验证。