ENUM

StreamerShelfType

The type of streamer shelf to display.

link GraphQL Schema definition

1enum StreamerShelfType {
2
3# Shows the streamer's autohost list.
4AUTOHOST
5
6# Shows the streamer's team members.
7TEAM
8
9# Disables the shelf.
10DISABLED
11}