UNPKG

xiot-core-spec-ts

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