Interface IRawListMuteResponse

The raw data received when muting a tweet list.

interface IRawListMuteResponse {
    data?: { list?: string };
}

Properties

Properties

data?: { list?: string }