@seamapi/http - v1.121.0
    Preparing search index...

    Type Alias CustomizationProfileResource

    type CustomizationProfileResource = {
        created_at: string;
        customer_portal_theme?: {
            font_family?: string;
            mono_font_family?: string;
            primary_color?: string;
            primary_foreground_color?: string;
            secondary_color?: string;
            secondary_foreground_color?: string;
        };
        customization_profile_id: string;
        logo_url?: string;
        message_overrides?: Record<string, unknown>;
        name: string | null;
        primary_color?: string;
        secondary_color?: string;
        workspace_id: string;
    }
    Index

    Properties

    created_at: string
    customer_portal_theme?: {
        font_family?: string;
        mono_font_family?: string;
        primary_color?: string;
        primary_foreground_color?: string;
        secondary_color?: string;
        secondary_foreground_color?: string;
    }
    customization_profile_id: string
    logo_url?: string
    message_overrides?: Record<string, unknown>
    name: string | null
    primary_color?: string
    secondary_color?: string
    workspace_id: string