Saltar al contenido

tsoa-next / tsoa-next / Tsoa / PrimitiveTypeLiteral

Tipo Alias: PrimitivoTypeLiteral

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

Definido en: packages/runtime/src/metadataGeneration/tsoa.ts:177

Contributors

No contributors

Changelog

No recent changes

Generación de OpenAPI, generación de rutas y validación en tiempo de ejecución con prioridad en TypeScript.