UNPKG

@glowjs/core

Version:

GlowJS数字孪生引擎核心库。

17 lines (16 loc) 256 B
export type ArchiveCabinetGroupCount = { /** * 库区ID */ deviceId: string; list: { /** * 列ID */ columnId: string; /** * 使用率 */ useRate: number; }[]; };