Interface PreviousLivestream

interface PreviousLivestream {
    categories: Category4[];
    channel_id: number;
    created_at: string;
    duration: number;
    id: number;
    is_live: boolean;
    is_mature: boolean;
    language: string;
    risk_level_id: any;
    session_title: string;
    slug: string;
    source?: string;
    tags: any[];
    thumbnail: Kick.Thumbnail2;
    twitch_channel: any;
    video: Kick.Video;
    viewer_count: number;
    views: number;
}

Properties

categories: Category4[]
channel_id: number
created_at: string
duration: number
id: number
is_live: boolean
is_mature: boolean
language: string
risk_level_id: any
session_title: string
slug: string
source?: string
tags: any[]
thumbnail: Kick.Thumbnail2
twitch_channel: any
video: Kick.Video
viewer_count: number
views: number