export interface PassioAdvisorFoodInfo { portionSize: string weightGrams: number recognisedName: string foodDataInfo?: PassioFoodDataInfo packagedFoodItem?: PassioFoodItem resultType: PassioFoodResultType }
Last updated 1 month ago