Interface IRawUserRecommendedResponse

The raw data received when fetching the recommended timeline of the given user.

interface IRawUserRecommendedResponse {
    data: Data;
}

Properties

Properties

data: Data