Skip to content

Commit

Permalink
Merge pull request #55962 from Expensify/cmartins-updateSearchReportType
Browse files Browse the repository at this point in the history
[No QA] Update search report type
  • Loading branch information
luacmartins authored Jan 29, 2025
2 parents ab19f95 + ba294a1 commit 0b6d785
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/types/onyx/SearchResults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,12 @@ type SearchReport = {

/** Collection of report participants, indexed by their accountID */
participants?: Participants;

/** ID of the parent report of the current report, if it exists */
parentReportID?: string;

/** ID of the parent report action of the current report, if it exists */
parentReportActionID?: string;
};

/** Model of report action search result */
Expand Down

0 comments on commit 0b6d785

Please sign in to comment.