跳到内容

tsoa-next / @tsoa-next/runtime / Tsoa / Example

类型别名:示例

ts
type Example = 
  | string
  | number
  | boolean
  | null
  | undefined
  | Date
  | Example[]
  | {
[exampleName: string]: Example;
};

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

贡献者

暂无相关贡献者

页面历史

暂无最近变更历史

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