UNPKG

@imput/youtubei.js

Version:

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

13 lines (12 loc) 415 B
import { YTNode } from '../../helpers.js'; import type { RawNode } from '../../index.js'; import NavigationEndpoint from '../NavigationEndpoint.js'; export default class MusicMultiSelectMenuItem extends YTNode { static type: string; title: string; form_item_entity_key: string; selected_icon_type?: string; endpoint?: NavigationEndpoint; selected: boolean; constructor(data: RawNode); }