diff --git a/src/libs/actions/connections/QuickbooksDesktop.ts b/src/libs/actions/connections/QuickbooksDesktop.ts index f0c0a94e59b7..c6f50ddd8533 100644 --- a/src/libs/actions/connections/QuickbooksDesktop.ts +++ b/src/libs/actions/connections/QuickbooksDesktop.ts @@ -479,7 +479,7 @@ function updateQuickbooksDesktopPreferredExporter; /** The e-mail of the exporter */ - exporter: string; + exporter?: string; /** Defines how non-reimbursable expenses are exported */ nonReimbursable: ValueOf; @@ -1364,7 +1364,7 @@ type QBDConnectionData = { */ type QBDExportConfig = { /** E-mail of the exporter */ - exporter: string; + exporter?: string; /** Defines how reimbursable expenses are exported */ reimbursable: QBDReimbursableExportAccountType;