export interface IUrlStatus { url: string; error?: string; code?: number; }