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
