Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/types/onyx/OriginalMessage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down
Loading