1type StreamTypes:2 | "live"3 | "playlist"4 | "watch_party"5 | "premiere"6 | "rerun";
The types of stream. As for now, the only possible type ‘live’.
twitchfy/packages/eventsub/src/types/StreamTypes.ts:4