Interface IRawUserFollowersResponse

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

interface IRawUserFollowersResponse {
    data: Data;
}

Properties

Properties

data: Data