UNPKG

@np-dev/youtubei-js

Version:

A wrapper around YouTube's private API. Supports YouTube, YouTube Music, YouTube Kids and YouTube Studio (WIP).

14 lines (13 loc) 409 B
import { YTNode } from '../helpers.js'; import { NavigationEndpoint } from '../nodes.js'; import type { RawNode } from '../types/index.js'; export default class FeedNudge extends YTNode { static type: string; title: Text; subtitle: Text; endpoint: NavigationEndpoint; apply_modernized_style: boolean; trim_style: string; background_style: string; constructor(data: RawNode); }