Saltar al contenido

tsoa-next / @tsoa-next/runtime / Tsoa / PrimitiveType

Tipo Alias: Primitivo Tipo

ts
type PrimitiveType = 
  | StringType
  | BooleanType
  | DoubleType
  | FloatType
  | IntegerType
  | LongType
  | VoidType
  | UndefinedType;

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

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.