跳到内容

tsoa-next / tsoa-next / Tsoa / PrimitiveTypeLiteral

别名类型: 原始类型

ts
type PrimitiveTypeLiteral = Exclude<TypeStringLiteral, 
  | RefTypeLiteral
  | "enum"
  | "array"
  | "void"
  | "undefined"
  | "nestedObjectLiteral"
  | "union"
  | "intersection"
| "tuple">;

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

贡献者

暂无相关贡献者

页面历史

暂无最近变更历史

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