Skip to content

Commit

Permalink
Add email domain matching props to Business
Browse files Browse the repository at this point in the history
  • Loading branch information
lounjukk committed Jan 17, 2025
1 parent a80b0ed commit ebf8990
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/BusinessService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,14 @@ export type Business = {
* True if the business is a reseller.
*/
reseller: boolean;
/**
* The email domain to do domain matching against.
*/
emailDomain?: string;
/**
* If set to true, users can be matched by domain to suggest joining the business.
*/
emailDomainMatchingEnabled?: boolean;
};

export type VerifiedDomain = {
Expand Down

0 comments on commit ebf8990

Please sign in to comment.