UNPKG

xiot-core-spec-ts

Version:
6 lines (5 loc) 225 B
import { OwnerDeviceAdded } from '../../../typedef/notice/owner/impl/OwnerDeviceAdded'; export declare class OwnerDeviceAddedCodec { static encode(x: OwnerDeviceAdded): any; static decode(o: any): OwnerDeviceAdded; }