export interface CategoryModel { id: number; category: string; title: string; }