interface LiveMovie {
    id: number;
    is_on_live: boolean;
}

Properties

Properties

id: number
is_on_live: boolean