Braze JavaScript SDK
    Preparing search index...

    Type Alias CustomUserAttributeValue

    CustomUserAttributeValue:
        | GenericObject
        | GenericObject[]
        | GenericValue
        | string[]

    Accepted value types for custom user attributes.

    Can be a primitive (string, number, boolean, Date, or null), an array of strings, a nested object, or an array of nested objects.