innertuber-rn
Version:
A wrapper around YouTube's private API. Supports YouTube, YouTube Music, YouTube Kids and YouTube Studio (WIP).
13 lines (12 loc) • 355 B
TypeScript
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);
}