@stigg/node-server-sdk - v4.22.1

    Type Alias PaywallConfigurationFragment

    type PaywallConfigurationFragment = {
        __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;
    }
    Index

    Properties

    __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
    MMNEPVFCICPMFPCPTTAAATR