@playlive/realtime-pipeline
    Preparing search index...

    Interface TwitchFirehoseMessage

    interface TwitchFirehoseMessage {
        campaignID: string;
        data: Record<string, unknown>;
        id: string;
        source: "twitch";
        subscriptionType: string;
        type: "admin:webhook:firehose";
    }
    Index
    campaignID: string
    data: Record<string, unknown>

    Raw Twitch event payload — not converted to a Tiltify shape.

    id: string
    source: "twitch"
    subscriptionType: string

    Twitch EventSub subscription type, e.g. "channel.cheer".

    type: "admin:webhook:firehose"