Contentful Personalization & Analytics
    Preparing search index...
    UnknownChange: ZodMiniObject<
        {
            key: ZodMiniString<string>;
            meta: ZodMiniObject<
                {
                    experienceId: ZodMiniString<string>;
                    variantIndex: ZodMiniNumber<number>;
                },
                $strip,
            >;
            type: ZodMiniString<string>;
            value: ZodMiniUnknown;
        },
        $strip,
    > = ...

    Zod schema representing an unknown change type.

    This can be used to handle forward-compatible change payloads where the type is not recognized.