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

    Interface TwitchWebSocketConnection

    Twitch connection — currently no extra fields.

    interface TwitchWebSocketConnection {
        campaignIDs: string[];
        connectedAt: Date;
        connectionID: string;
        connectionType: "client" | "admin";
        fundraisingEventIDs: string[];
        lastIdentification: Date;
        teamCampaignIDs: string[];
        type: "twitch";
    }

    Hierarchy (View Summary)

    Index
    campaignIDs: string[]
    connectedAt: Date
    connectionID: string
    connectionType: "client" | "admin"
    fundraisingEventIDs: string[]
    lastIdentification: Date
    teamCampaignIDs: string[]
    type: "twitch"