export type ImportForm = { budgetId: string, mappings: Array<{ sb1Id: string, actualId: string }>, dryRun: boolean }