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

    Type Alias CustomerPortalConfigurationFragment

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

    Properties

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