Interface IRawListUpdateResponse

The raw data received when updating a tweet list.

interface IRawListUpdateResponse {
    data?: { list?: IRawList };
}

Properties

Properties

data?: { list?: IRawList }