Interface IRawUserHighlightsResponse

The raw data received when fetching the highlights of the given user.

interface IRawUserHighlightsResponse {
    data: Data;
}

Properties

Properties

data: Data