Interface IRawUserFollowedResponse

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

interface IRawUserFollowedResponse {
    data: Data;
}

Properties

Properties

data: Data