import { AxiosRequestConfig } from "axios";
type EndpointType = undefined | string | AxiosRequestConfig;
export default EndpointType;
