Contentful Personalization & Analytics
    Preparing search index...
    SelectedPersonalization: ZodMiniObject<
        {
            experienceId: ZodMiniString<string>;
            sticky: ZodMiniOptional<ZodMiniPrefault<ZodMiniBoolean<boolean>>>;
            variantIndex: ZodMiniNumber<number>;
            variants: ZodMiniRecord<ZodMiniString<string>, ZodMiniString<string>>;
        },
        $strip,
    > = ...

    Zod schema describing a selected personalization outcome for a user.

    Represents the result of choosing a specific variant for a given experience, along with additional metadata such as whether the selection is sticky.