UNPKG

@np-dev/youtubei-js

Version:

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

12 lines (11 loc) 341 B
import { YTNode } from '../helpers.js'; import { Text } from '../misc.js'; import type { RawNode } from '../index.js'; export default class InfoRow extends YTNode { static type: string; title: Text; default_metadata?: Text; expanded_metadata?: Text; info_row_expand_status_key?: String; constructor(data: RawNode); }