export interface CategoryInstance { id: string; name: string; }