UNPKG

@glowjs/core

Version:

GlowJS数字孪生引擎核心库。

18 lines (17 loc) 249 B
/** * 机柜容量数据 */ export type CabinetCapacityData = { /** * 机柜ID */ cabinet_id: string; /** * 百分比 */ percent: number; /** * 提示文本 */ tip: string; };