Skip to content

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

Type Alias: PrimitiveTypeLiteral

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

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

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