UNPKG

hcc-imageright-apis

Version:

imageright APIs

5 lines (4 loc) 350 B
import { AxiosInstance } from 'axios'; export declare function getAttributeById(api: AxiosInstance, objId: string, attId: string): Promise<any>; export declare function getAttributeByName(api: AxiosInstance, objId: string, attName: string): Promise<any>; export declare function getAttributeByObject(api: AxiosInstance, objId: string): Promise<any>;