export interface ErrorInfo {
    referrer: string;
    status: string | number;
}