diff --git a/packages/loot-core/src/client/state-types/modals.d.ts b/packages/loot-core/src/client/state-types/modals.d.ts index c1d3a9ee339..ffa8c94e88b 100644 --- a/packages/loot-core/src/client/state-types/modals.d.ts +++ b/packages/loot-core/src/client/state-types/modals.d.ts @@ -39,6 +39,7 @@ type FinanceModals = { accounts: unknown[]; requisitionId: string; upgradingAccountId?: string; + syncSource?: string; }; 'confirm-category-delete': { onDelete: () => void } & ( @@ -67,6 +68,10 @@ type FinanceModals = { 'gocardless-init': { onSuccess: () => void; }; + 'simplefin-init': { + onSuccess: () => void; + }; + 'gocardless-external-msg': { onMoveExternal: (arg: { institutionId: string;