export interface UnitOfMeasure { name: string; id: string; value: string; }