Interface CheerEmotesResponse

interface CheerEmotesResponse {
    data: Cheers[];
}

Properties

Properties

data: Cheers[]