Skip to content

Commit

Permalink
Merge pull request Expensify#38108 from Expensify/scott-addUpdateGrou…
Browse files Browse the repository at this point in the history
…pChatCustomAvatar

Add avatarUrl to the Report TS type definitions
  • Loading branch information
marcaaron authored Mar 13, 2024
2 parents 89df622 + f86c072 commit 65ad0a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/types/onyx/Report.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ type Participants = Record<number, Participant>;

type Report = OnyxCommon.OnyxValueWithOfflineFeedback<
{
/** The URL of the Group Chat report custom avatar */
avatarUrl?: string;

/** The specific type of chat */
chatType?: ValueOf<typeof CONST.REPORT.CHAT_TYPE>;

Expand Down

0 comments on commit 65ad0a9

Please sign in to comment.