Skip to content

Commit

Permalink
Merge pull request #38223 from Expensify/beaman-allowPolicyAvatarURLType
Browse files Browse the repository at this point in the history
Add new Policy prop type for `avatarURL`
  • Loading branch information
robertjchen authored Mar 13, 2024
2 parents f52bb02 + f5db061 commit 632b1f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/onyx/Policy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ type Policy = OnyxCommon.OnyxValueWithOfflineFeedback<

/** The URL for the policy avatar */
avatar?: string;
avatarURL?: string;

/** Error objects keyed by field name containing errors keyed by microtime */
errorFields?: OnyxCommon.ErrorFields;
Expand Down

0 comments on commit 632b1f8

Please sign in to comment.