1 2 3 4 5
export type ImportForm = { budgetId: string, mappings: Array<{ sb1Id: string, actualId: string }>, dryRun: boolean }