A the value and unit for a nutrition data point (e.g. 7g, 100ml)
export interface Measurement { value: number unit: string }
Last updated 11 months ago