@playlive/tiltify-graphql
    Preparing search index...

    Interface TiltifyLivestream

    Livestream metadata embedded in campaignProfileAttributes. Tiltify's GraphQL only models the channel handle + platform string — if you need the richer REST shape (including viewer counts / is_live) reach for @playlive/tiltify-core's TiltifyLivestream instead.

    interface TiltifyLivestream {
        channel: string;
        type: string;
    }
    Index
    channel: string
    type: string