Interface IRawUserFollowingResponse

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

interface IRawUserFollowingResponse {
    data: Data;
}

Properties

Properties

data: Data