Skip to content

Commit

Permalink
chore: add primary color to brand
Browse files Browse the repository at this point in the history
  • Loading branch information
iagormoraes committed Jan 24, 2024
1 parent 7c82c90 commit 09d603f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ export interface BrandDto {
clientUrl: string | null;
isConciergeEnabled: boolean;
isPartnerEnabled: boolean;
primaryColor: string | null;
}

/**
Expand Down

0 comments on commit 09d603f

Please sign in to comment.