IUpdateStatus

更新状态类型,定义地理配准操作的状态
type IUpdateStatus = "start" | "doing" | "stop"

类型: "start"` | `"doing"` | `"stop"

BIMFlux AI