Interface YouTubeSurveyStartAction

interface YouTubeSurveyStartAction {
    data: SurveyData;
    type: "yt.survey.start";
}

Hierarchy (view full)

Properties

Properties

type: "yt.survey.start"