UNPKG

xiot-core-spec-ts

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