export interface IFetchHTTPErrorData { url: string; [key: string]: boolean | number | string; }