interface YouTubeSubscribe {
    nickname: string;
    test: boolean;
    type: "youtubeSubscriber";
}

Properties

Properties

nickname: string
test: boolean
type: "youtubeSubscriber"