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