The serving amount of food item
export interface ServingSize { quantity: number unitName: string }
Last updated 11 months ago