UNPKG

@imput/youtubei.js

Version:

A JavaScript client for YouTube's private API, known as InnerTube. Fork of youtubei.js

8 lines (7 loc) 232 B
import { YTNode } from '../../helpers.js'; import type { RawNode } from '../../types/index.js'; export default class SendFeedbackAction extends YTNode { static type: string; bucket: string; constructor(data: RawNode); }