export interface ImportUnitsResult { success: boolean; errors: string[]; units: FdoInventoryUnit[]; }