UNPKG

xiot-core-spec-ts

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