Skip to content

Commit

Permalink
Add missing js doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny committed Jun 9, 2024
1 parent f3bb5a5 commit f302598
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/onyx/UserMetadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ type UserMetadata = {

/** User's account ID */
accountID?: number;

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

Expand Down

0 comments on commit f302598

Please sign in to comment.