Skip to content

Commit

Permalink
Add optional companyEmailDomain to User type
Browse files Browse the repository at this point in the history
  • Loading branch information
lounjukk committed Jan 17, 2025
1 parent 0db04b3 commit 3408d9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/UserService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export interface User {
fullname?: string;
firstName?: string;
lastName?: string;
companyEmailDomain?: string;
userAttributes?: Array<UserAttribute>;
}

Expand Down

0 comments on commit 3408d9e

Please sign in to comment.