interface LiveStatus {
    movie: LiveMovie;
    update_interval_sec: number;
}

Properties

movie: LiveMovie
update_interval_sec: number