Skip to content

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

Type Alias: PrimitiveType

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

Defined in: packages/runtime/src/metadataGeneration/tsoa.ts:183

TypeScript-first OpenAPI generation, route generation, and runtime validation.