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