From 09d603f2b82276fe64ad942a8181de1c6f1043ad Mon Sep 17 00:00:00 2001 From: Iagor Moraes Date: Wed, 24 Jan 2024 11:13:17 -0300 Subject: [PATCH] chore: add primary color to brand --- src/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types.ts b/src/types.ts index 78ece8a..1d5d5c7 100644 --- a/src/types.ts +++ b/src/types.ts @@ -160,6 +160,7 @@ export interface BrandDto { clientUrl: string | null; isConciergeEnabled: boolean; isPartnerEnabled: boolean; + primaryColor: string | null; } /**