declare enum AxiosErrorCodes {
    ERR_NETWORK = "ERR_NETWORK"
}
export default AxiosErrorCodes;
