import type { AxiosRequestConfig } from 'axios';

export type RequestConfig = AxiosRequestConfig;
