Interface ISLiveStream

interface ISLiveStream {
    channel_id: number;
    created_at: string;
    id: number;
    session_title: string;
    source: any;
}

Properties

channel_id: number
created_at: string
id: number
session_title: string
source: any