UNPKG

xiot-core-spec-ts

Version:
6 lines (5 loc) 261 B
import { DevicePropertiesChanged } from '../../../typedef/notice/device/impl/DevicePropertiesChanged'; export declare class DevicePropertiesChangedCodec { static encode(x: DevicePropertiesChanged): any; static decode(o: any): DevicePropertiesChanged; }