Skip to content

Commit

Permalink
Merge pull request #46907 from Expensify/dsilva_newPropertyMetadata
Browse files Browse the repository at this point in the history
[No QA] adding new property for userMetadata
  • Loading branch information
puneetlath authored Aug 7, 2024
2 parents 0a33186 + 314f203 commit 2200fd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/types/onyx/UserMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ type UserMetadata = {

/** Type of environment the user is using (staging or production) */
environment?: string;

/** Information if user dismissed the try new dot popup before. Can be "empty", true or false */
tryNewDotDismissed?: 'empty' | boolean;
};

export default UserMetadata;

0 comments on commit 2200fd7

Please sign in to comment.