UNPKG

xiot-core-spec-ts

Version:
5 lines (4 loc) 162 B
import { ServiceImage } from '../../typedef/image/ServiceImage'; export declare class ServiceImageCodec { static decodeArray(array: any[]): ServiceImage[]; }