NutritionFacts
Nutrition facts scanned from the nutrition label on a package food item
Last updated
Nutrition facts scanned from the nutrition label on a package food item
Last updated
/**
* Nutrition facts scanned from the nutrition label on a package food item
*/
export interface NutritionFacts {
servingSizeQuantity?: number
servingSizeUnitName?: string
servingSizeUnit: ServingSizeUnit
calories?: number