tsoa-next / tsoa-next / Tsoa / PrimitiveTypeLiteral
Tipo Alias: PrimitivoTypeLiteral
ts
type PrimitiveTypeLiteral = Exclude<TypeStringLiteral,
| RefTypeLiteral
| "enum"
| "array"
| "void"
| "undefined"
| "nestedObjectLiteral"
| "union"
| "intersection"
| "tuple">;Definido en: packages/runtime/src/metadataGeneration/tsoa.ts:177
Contributors
No contributors
Changelog
No recent changes
