import type { BrandConfig } from './brands.types'; export const brandInitialConfig: BrandConfig = { colors: { primary: '', secondary: '', tertiary: '', __typename: '', }, inapp: { borderRadius: '', disableMessageIcon: true, disableCourierFooter: null, placement: '', emptyState: { textColor: '', text: '', __typename: '', }, widgetBackground: { topColor: '', bottomColor: '', __typename: '', }, colors: null, icons: null, toast: null, __typename: '', }, preferenceTemplates: [], };