export interface ImportUnitItemProps { type: 'create' | 'update'; symbol: string; name: string; errors: string[]; }