import { CategoryStatus } from './categoryStatus'; export interface Category { title: string; description: string; status: CategoryStatus; }