Contentful Personalization & Analytics
    Preparing search index...

    Variable ChangeBaseConst Internal

    ChangeBase: ZodMiniObject<
        {
            key: ZodMiniString<string>;
            meta: ZodMiniObject<
                {
                    experienceId: ZodMiniString<string>;
                    variantIndex: ZodMiniNumber<number>;
                },
                $strip,
            >;
            type: ZodMiniUnion<
                readonly [
                    ZodMiniEnum<{ Variable: "Variable" }>,
                    ZodMiniString<string>,
                ],
            >;
        },
        $strip,
    > = ...

    Zod schema describing the base shape for a change.

    This base is extended by specific change types such as VariableChange.