@np-dev/youtubei-js
Version:
A wrapper around YouTube's private API. Supports YouTube, YouTube Music, YouTube Kids and YouTube Studio (WIP).
10 lines (9 loc) • 332 B
TypeScript
import { YTNode } from '../../helpers.js';
import type { RawNode } from '../../index.js';
import NavigationEndpoint from '../NavigationEndpoint.js';
export default class MenuServiceItemDownload extends YTNode {
static type: string;
has_separator: boolean;
endpoint: NavigationEndpoint;
constructor(data: RawNode);
}