export interface ImportResult { success: boolean; errors: string[]; skus: FdoInventorySku[]; }