export interface Ingredient{ 
    id:number;
    name:string;
}