export type AxiosFulfilledInterceptor = (value: T) => T | Promise; export type AxiosRejectedInterceptor = (error: any) => any;