UNPKG

xiot-core-spec-ts

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