OBJECT

RadioContent

A container for Twitch Radio content request results.

link GraphQL Schema definition

1type RadioContent {
2
3# The requested playlists.
4items: [RadioContentItem!]
5
6}