export interface CategoryInterface { uuid: string; title: string; slug: string; deals: number; header_description: string; full_description: string; thumb_uri: string; file_name: string; created_at: Date; updated_at: Date; }