Skip to content

Commit

Permalink
feat: add reseller flag to business entity
Browse files Browse the repository at this point in the history
Signed-off-by: Hung-Han (Henry) Chen <[email protected]>
  • Loading branch information
chenhunghan committed Jul 2, 2024
1 parent 8a5ae2e commit b5e8bae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/BusinessService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ export type Business = {
* A list of verified domains.
*/
verifiedDomains: VerifiedDomain[];
/**
* True if the business is a reseller.
*/
reseller: boolean;
};

export type VerifiedDomain = {
Expand Down

0 comments on commit b5e8bae

Please sign in to comment.