UNPKG

vertafore-ir-apis

Version:

imageright APIs

6 lines (5 loc) 412 B
import { AxiosInstance } from 'axios'; export declare function createFile(api: AxiosInstance, fileObj: any): Promise<any>; export declare function findFiles(api: AxiosInstance, searchObj: any): Promise<any>; export declare function getFileById(api: AxiosInstance, fileId: string, includeHasNotes: boolean): Promise<any>; export declare function getRelatedFiles(api: AxiosInstance, fileId: string): Promise<any>;