export interface ITitleDescription { title: string; description: string; id: string | number; image: string; }