export interface EquipmentMaterial { code: string; name: string; uom_code: string; stock: number; }