@farmart-tech/brave-client-sdk
    Preparing search index...

    Interface UserContext

    Information about the current user.

    interface UserContext {
        customAttributes?: Record<string, any>;
        userId?: string;
        userLocation?: UserLocation;
    }
    Index

    Properties

    customAttributes?: Record<string, any>

    Arbitrary custom attributes for condition matching.

    userId?: string

    Unique user identifier.

    userLocation?: UserLocation

    Optional geographic location information.