UNPKG

xiot-core-spec-ts

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