UNPKG

@duell10111/youtubei.js

Version:

A JavaScript client for YouTube's private API, known as InnerTube.

11 lines (10 loc) 391 B
import { YTNode, type ObservedArray } from '../helpers.js'; import { type RawNode } from '../index.js'; import TvSecondaryNavSection from './TvSecondaryNavSection.js'; import Text from './misc/Text.js'; export default class TvSecondaryNav extends YTNode { static type: string; sections: ObservedArray<TvSecondaryNavSection> | null; title: Text; constructor(data: RawNode); }