Contentful Personalization & Analytics
    Preparing search index...
    OptimizationData: Omit<ExperienceData, "experiences"> & {
        selectedOptimizations: any[];
    }

    Optimization data shape used for compatibility outside the API adapter.

    Type Declaration

    • selectedOptimizations: any[]

      Selected optimizations for the profile.

    This type mirrors ExperienceData but replaces the experiences field with selectedOptimizations while preserving the rest of the structure.