From 16ae98c33516592aa5805ed658dc86ce184b5ee9 Mon Sep 17 00:00:00 2001 From: Francois Laithier Date: Fri, 20 Feb 2026 15:42:50 -0800 Subject: [PATCH] Mark `automaticAction` and `markedManually` props as optional --- src/types/onyx/OriginalMessage.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/types/onyx/OriginalMessage.ts b/src/types/onyx/OriginalMessage.ts index a1730c96b0301..9636fdeea3da4 100644 --- a/src/types/onyx/OriginalMessage.ts +++ b/src/types/onyx/OriginalMessage.ts @@ -1081,7 +1081,7 @@ type OriginalMessageExportIntegration = { /** * Whether the export was done via an automation */ - automaticAction: false; + automaticAction?: boolean; /** * The integration that was exported to (display text) @@ -1096,7 +1096,7 @@ type OriginalMessageExportIntegration = { /** * Whether the report was manually marked as exported */ - markedManually: boolean; + markedManually?: boolean; /** * An list of URLs to the report in the integration for company card expenses