tsoa-next / tsoa-next / Tsoa / Type
别名类型: 类型
ts
type Type =
| PrimitiveType
| ObjectsNoPropsType
| EnumType
| ArrayType
| FileType
| DateTimeType
| DateType
| BinaryType
| BufferType
| ByteType
| AnyType
| RefEnumType
| RefObjectType
| RefAliasType
| NestedObjectLiteralType
| UnionType
| IntersectionType
| TupleType;定义如下: packages/runtime/src/metadataGeneration/tsoa.ts:188
这是可能的物体之一 tsoa 创建可以帮助代码存储它在代码中找到的类型的信息.
贡献者
暂无相关贡献者
页面历史
暂无最近变更历史
