export interface Material { code: string name: string uom_code: string stock: number }