Skip to content

StreamTypes

1
type StreamTypes:
2
| "live"
3
| "playlist"
4
| "watch_party"
5
| "premiere"
6
| "rerun";

The types of stream. As for now, the only possible type ‘live’.

Source

twitchfy/packages/eventsub/src/types/StreamTypes.ts:4