export type IngredientModel = { id: number, name: string, displayName: string, displayNameDE: string, };