import { AxiosInstance } from 'axios';
export interface IContext {
    endpoint: string;
    httpClient: AxiosInstance;
}
