tsoa-next / tsoa-next / Tsoa / Type
Tipo Alias: Tipo
ts
type Type =
| PrimitiveType
| ObjectsNoPropsType
| EnumType
| ArrayType
| FileType
| DateTimeType
| DateType
| BinaryType
| BufferType
| ByteType
| AnyType
| RefEnumType
| RefObjectType
| RefAliasType
| NestedObjectLiteralType
| UnionType
| IntersectionType
| TupleType;Definido en: packages/runtime/src/metadataGeneration/tsoa.ts:188
Este es uno de los objetos posibles tsoa crea que ayuda a almacenar información sobre el tipo que se encuentra en el código.
Contributors
No contributors
Changelog
No recent changes
