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