ENUM

OnsiteNotificationDisplayType

Determines where the notification will be displayed at front end.

link GraphQL Schema definition

1enum OnsiteNotificationDisplayType {
2
3# Notifications that will be displayed in the "My Twitch" tab.
4VIEWER
5
6# Notifications that will be displayed in the "My Channel" tab.
7CREATOR
8}