UNPKG

innertuber-rn

Version:

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

9 lines (8 loc) 276 B
import { type RawNode } from '../index.js'; import BackstageImage from './BackstageImage.js'; import { YTNode } from '../helpers.js'; export default class PostMultiImage extends YTNode { static type: string; images: BackstageImage[]; constructor(data: RawNode); }