UNPKG

hcc-imageright-apis

Version:

imageright APIs

8 lines (7 loc) 198 B
import { AxiosInstance } from 'axios'; interface Batch { name: string; description: string; } export declare function createBatch(api: AxiosInstance, batch: Batch): Promise<any>; export {};