export interface CategoryCreate { name_uz: string; name_ru: string; image: File; }