export interface ITitleDescription { title: string; description: string; }