chore: Replace Error with FetchError (#8885)

This commit is contained in:
Oli Juhl
2024-08-30 11:08:36 +02:00
committed by GitHub
parent 8c82207a41
commit e360a495b7
22 changed files with 205 additions and 143 deletions
@@ -1,5 +0,0 @@
import type { AxiosError } from "axios"
export const isAxiosError = (error: any): error is AxiosError => {
return error.isAxiosError
}