export interface Measurement { value: string; unit: string; }