تخطي إلى المحتوى

tsoa-next / @tsoa-next/runtime / Tsoa / PrimitiveTypeLiteral

نوع " ألياس " :

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

محددة في: packages/runtime/src/metadataGeneration/tsoa.ts:177

Contributors

No contributors

Changelog

No recent changes

توليد OpenAPI وتوليد المسارات والتحقق وقت التشغيل مع اعتماد TypeScript أولاً.