UNPKG

@glowjs/restool

Version:

GlowJS数字孪生资产工具。

18 lines (17 loc) 224 B
/** * 资源工具类型 */ export declare enum ResToolType { /** * 机架设备 */ RackMounted = 1, /** * 板卡 */ BoardCard = 2, /** * 档案盒 */ ArchiveBox = 4 }