Interface LiveEventRestart

interface LiveEventRestart {
    id: string;
    type: "restart";
}

Properties

Properties

id: string
type: "restart"