UNPKG

xiot-core-spec-ts

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