ENUM

RadioContentType

The different Twitch Radio collection types that can be requested.

link GraphQL Schema definition

1enum RadioContentType {
2
3# Retrieve playlists, can be filtered by ASIN.
4PLAYLIST
5
6# Retrieve the user's recently played playlists.
7RECENTLY_PLAYED
8}