UNPKG

xiot-core-spec-ts

Version:
8 lines (7 loc) 289 B
import { DeviceOwner } from '../../typedef/ownership/DeviceOwner'; export declare class DeviceOwnerCodec { static decode(o: any): DeviceOwner; static encode(x: DeviceOwner): any; static decodeArray(arr: any[]): DeviceOwner[]; static encodeArray(x: DeviceOwner[]): any[]; }