6 lines
88 B
TypeScript

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