UNPKG

hcc-imageright-apis

Version:

imageright APIs

7 lines (6 loc) 473 B
import { AxiosInstance } from 'axios'; export declare function getAccount(api: AxiosInstance, accountId: string, type?: string): Promise<any>; export declare function getAccountGroups(api: AxiosInstance, accountId: string): Promise<any>; export declare function getAllAccounts(api: AxiosInstance): Promise<any>; export declare function getCurrentUserAccount(api: AxiosInstance): Promise<any>; export declare function getCurrentUserGroups(api: AxiosInstance): Promise<any>;