Skip to content

Commit

Permalink
Merge pull request #29041 from Expensify/cmartins-updateIOUReportActi…
Browse files Browse the repository at this point in the history
…onType

[No QA] Add isReversedTransaction to reportAction type
  • Loading branch information
pecanoro authored Oct 11, 2023
2 parents 8c73c2b + 838471f commit 07b9924
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/types/onyx/ReportAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ type Message = {
isEdited: boolean;

isDeletedParentAction: boolean;

/** Whether the pending transaction was reversed and didn't post to the card */
isReversedTransaction?: boolean;
whisperedTo: number[];
reactions: Reaction[];
};
Expand Down

0 comments on commit 07b9924

Please sign in to comment.