/* * The serving amount of food item */exportinterfaceServingSize {/** The quantity of the serving size. */ quantity:number/** The name of the serving unit (e.g., ounce, slice, container). */ unitName:string}
quantity
The quantity of the serving size.
unitName
The name of the serving unit (e.g., ounce, slice, container).