Optionalpalette
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