export interface Hardware { serialNumber: string; referenceNumber: string; workStationId?: string; quantity?: number; }