Skip to content

Commit

Permalink
Merge pull request #57206 from Expensify/cmartins-updateOnyxType
Browse files Browse the repository at this point in the history
[No QA] Add oldPolicyName to SearchReport type
  • Loading branch information
lakchote authored Feb 21, 2025
2 parents b79a430 + 9e4b496 commit e0e1529
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/types/onyx/SearchResults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ type SearchReport = {

/** Whether the user is not an admin of policyExpenseChat chat */
isOwnPolicyExpenseChat?: boolean;

/** The policy name to use for an archived report */
oldPolicyName?: string;
};

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

0 comments on commit e0e1529

Please sign in to comment.