export interface Uom {
    uomId: string;
    uomTypeEnumId?: string;
    abbreviation?: string;
    description?: string;
}
