vot.js - v2.4.12
    Preparing search index...
    type LiveStream = {
        categories: StreamFullCategory[];
        channel: StreamChannel;
        channel_id: number;
        created_at: string;
        duration: number;
        id: number;
        is_live: boolean;
        is_mature: boolean;
        language: string;
        risk_level_id: null;
        session_title: string;
        slug: string;
        source: null;
        start_time: string;
        thumbnail: string;
        twitch_channel: null;
        viewer_count: number;
    }
    Index

    Properties

    categories: StreamFullCategory[]
    channel: StreamChannel
    channel_id: number
    created_at: string
    duration: number
    id: number
    is_live: boolean
    is_mature: boolean
    language: string
    risk_level_id: null
    session_title: string
    slug: string
    source: null
    start_time: string
    thumbnail: string
    twitch_channel: null
    viewer_count: number