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
