UNPKG

@imput/youtubei.js

Version:

A JavaScript client for YouTube's private API, known as InnerTube. Fork of youtubei.js

13 lines (12 loc) 355 B
import { type SuperParsedResult, YTNode } from '../helpers.js'; export default class SubscriptionNotificationToggleButton extends YTNode { static type: string; states: { id: string; next_id: string; state: SuperParsedResult<YTNode>; }; current_state_id: string; target_id: string; constructor(data: any); }