export interface IUrl { title: string; description: string; image: string; url: string; }