UNPKG

@imput/youtubei.js

Version:

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

11 lines (10 loc) 327 B
import { YTNode } from '../helpers.js'; import type { RawNode } from '../index.js'; import NavigationEndpoint from './NavigationEndpoint.js'; export default class IconLink extends YTNode { static type: string; icon_type: string; tooltip?: string; endpoint: NavigationEndpoint; constructor(data: RawNode); }