Interface IRawUserLikesResponse

The raw data received when fetching the liked tweets of the given user.

interface IRawUserLikesResponse {
    data: Data;
}

Properties

Properties

data: Data