Interface IRawUserAnalyticsResponse

The raw data received when fetching the analytic overview of the user.

interface IRawUserAnalyticsResponse {
    data: Data;
}

Properties

Properties

data: Data