Interface IRawTweetLikeResponse

The raw data received after favoriting a tweet.

interface IRawTweetLikeResponse {
    data: Data;
}

Properties

Properties

data: Data