import { IApiError } from './interfaces'; export default class ApiError extends Error implements IApiError { data: any; status: number; }