Interface IRawListUnmuteResponse

The raw data received when unmuting a tweet list.

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

Properties

Properties

data?: { list?: string }