Skip to content

Commit

Permalink
Add new prop for avatar URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Beamanator committed Mar 13, 2024
1 parent f52bb02 commit f5db061
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 f5db061

Please sign in to comment.