From f11b9a6d6f02d1491d4c8aabf78c248629fb02ed Mon Sep 17 00:00:00 2001 From: Zach Whelchel Date: Thu, 11 Jan 2024 15:56:28 -0500 Subject: [PATCH] More typecheck cleanup. --- packages/loot-core/src/client/state-types/modals.d.ts | 5 +++++ 1 file changed, 5 insertions(+) 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;