UNPKG

@iot9x.com/ipc-utils

Version:

九星云、九星小程序、九星配置工具所共用的库方法

4 lines (3 loc) 266 B
import { CJT188HeatMeterType, CJT188MeterType, CJT188WaterMeterType, CJT188_2018HeatMeterType } from './constant'; /** 用户计量表类型 */ export type MeterType = CJT188MeterType | CJT188WaterMeterType | CJT188HeatMeterType | CJT188_2018HeatMeterType | number;