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;
}