export interface ImportIngredientItemProps { type: 'create' | 'update'; code: string; name: string; errors: string[]; }