仪表盘
版本库
文件存储
活动
搜索
登录
main
/
LA19032-SiemensWarehouse
广州西门子立体库
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
333
schangxiang@126.com
2025-09-19
18966e02fb573c7e2bb0c6426ed792b38b910940
[LA19032-SiemensWarehouse.git]
/
SiemensWarehouse
/
.svn
/
pristine
/
6a
/
6a2d1ff45f75ef1e8639c4ac9d7c9469022944e4.svn-base
1
2
3
4
/**
* Contains the name of the property of the object, or the function that returns this name.
*/
export declare type PropertyTypeFactory<T> = string | ((t: T) => string | any);