Contentful Personalization & Analytics
    Preparing search index...
    VariableChangeValue: ZodMiniUnion<
        readonly [
            ZodMiniString<string>,
            ZodMiniBoolean<boolean>,
            ZodMiniNull,
            ZodMiniNumber<number>,
            ZodMiniRecord<ZodMiniString<string>, ZodMiniJSONSchema>,
        ],
    > = ...

    Zod schema for the allowed value types of a variable change.

    Supports primitives and JSON objects keyed by strings.