Interface YouTubeSurveyUpdateAction

interface YouTubeSurveyUpdateAction {
    data: SurveyData;
    type: "yt.survey.update";
}

Hierarchy (view full)

Properties

Properties

type: "yt.survey.update"