UNPKG

xiot-core-spec-ts

Version:
9 lines (8 loc) 355 B
import { ArgumentImage } from '../../typedef/image/ArgumentImage'; import { Argument } from '../../typedef/instance/Argument'; export declare class ArgumentImageCodec { static decodeArray(list: any[]): ArgumentImage[]; static decode(o: any): ArgumentImage; static encode(def: Argument): any; static encodeArray(list: Argument[]): any[]; }