export interface ImportResponseDto { imported: number; skipped: number; errors: string[]; }