Type alias CustomerPortalConfigurationFragment
Customer
PortalConfigurationFragment: { __typename?: "CustomerPortalConfiguration"; customCss?: string | null; palette?: { __typename?: "CustomerPortalColorsPalette"; backgroundColor?: string | null; borderColor?: string | null; currentPlanBackground?: string | null; iconsColor?: string | null; paywallBackgroundColor?: string | null; primary?: string | null; textColor?: string | null } | null; typography?: { __typename?: "TypographyConfiguration" } & TypographyConfigurationFragment | null }
Type declaration
-
Optional
__typename?: "CustomerPortalConfiguration"
-
Optional
customCss?: string | null
-
Optional
palette?: { __typename?: "CustomerPortalColorsPalette"; backgroundColor?: string | null; borderColor?: string | null; currentPlanBackground?: string | null; iconsColor?: string | null; paywallBackgroundColor?: string | null; primary?: string | null; textColor?: string | null } | null
-
Optional
typography?: { __typename?: "TypographyConfiguration" } & TypographyConfigurationFragment | null