Type alias PaywallConfigurationFragment
Paywall
ConfigurationFragment: { __typename?: "PaywallConfiguration"; customCss?: string | null; layout?: { __typename?: "PaywallLayoutConfiguration" } & LayoutConfigurationFragment | null; palette?: { __typename?: "PaywallColorsPalette"; backgroundColor?: string | null; borderColor?: string | null; currentPlanBackground?: string | null; primary?: string | null; textColor?: string | null } | null; typography?: { __typename?: "TypographyConfiguration" } & TypographyConfigurationFragment | null }
Type declaration
-
Optional
__typename?: "PaywallConfiguration"
-
Optional
customCss?: string | null
-
Optional
layout?: { __typename?: "PaywallLayoutConfiguration" } & LayoutConfigurationFragment | null
-
Optional
palette?: { __typename?: "PaywallColorsPalette"; backgroundColor?: string | null; borderColor?: string | null; currentPlanBackground?: string | null; primary?: string | null; textColor?: string | null } | null
-
Optional
typography?: { __typename?: "TypographyConfiguration" } & TypographyConfigurationFragment | null