aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/lib/shared.d.ts
blob: e63904b5879d2563040ea5fc27abcd41f4bfcc93 (plain) (blame)
1
2
3
4
5
export type ImportForm = {
    budgetId: string,
    mappings: Array<{ sb1Id: string, actualId: string }>,
    dryRun: boolean
}