UNPKG

hcc-imageright-apis

Version:

imageright APIs

5 lines (4 loc) 331 B
import { AxiosInstance } from 'axios'; export declare function createFolder(api: AxiosInstance, folderObj: any): Promise<any>; export declare function findFolders(api: AxiosInstance, searchObj: any): Promise<any>; export declare function getFolderById(api: AxiosInstance, folderId: string, includeHasNotes: boolean): Promise<any>;