UNPKG

tmhcc-ir-apis

Version:

imageright APIs

4 lines (3 loc) 254 B
import { AxiosInstance } from 'axios'; export declare function getDocumentOverlayInfo(api: AxiosInstance, docId: string): Promise<any>; export declare function getOverlayImage(api: AxiosInstance, overlayId: string, overlayImageId: string): Promise<any>;