Interface WebcastLiveIntroMessage

interface WebcastLiveIntroMessage {
    data: any;
    type: "WebcastLiveIntroMessage";
}

Properties

Properties

data: any
type: "WebcastLiveIntroMessage"