UNPKG

@graphteon/juricode

Version:

We are forging the future with lines of digital steel

8 lines (7 loc) 274 B
import { AxiosError } from "axios"; export declare const isAxiosErrorWithErrorField: (error: AxiosError) => error is AxiosError<{ error: string; }>; export declare const isAxiosErrorWithMessageField: (error: AxiosError) => error is AxiosError<{ message: string; }>;