Interface IRawListDetailsResponse

The raw data received when fetching the details of a tweet list.

interface IRawListDetailsResponse {
    data: Data;
}

Properties

Properties

data: Data