interface Category { id: string; name: string; img: string; } export type {Category}