UNPKG

@duell10111/youtubei.js

Version:

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

9 lines (8 loc) 274 B
import { YTNode } from '../helpers.js'; import { type RawNode } from '../index.js'; export default class ThumbnailOverlayStackingEffect extends YTNode { static type: string; upper_stack_color: number; lower_stack_color: number; constructor(data: RawNode); }