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