UNPKG

@np-dev/youtubei-js

Version:

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

14 lines (13 loc) 414 B
import NavigationEndpoint from '../NavigationEndpoint.js'; import { YTNode } from '../../helpers.js'; import type { RawNode } from '../../index.js'; export default class AnalyticsShortsCarouselCard extends YTNode { static type: string; title: string; shorts: { description: string; thumbnail_url: string; endpoint: NavigationEndpoint; }[]; constructor(data: RawNode); }