Files
YouTube.js/typings/lib/parser/contents/classes/PlayerOverlayAutoplay.d.ts
2022-06-08 20:12:48 -03:00

21 lines
512 B
TypeScript

export = PlayerOverlayAutoplay;
declare class PlayerOverlayAutoplay {
constructor(data: any);
type: string;
title: Text;
video_id: any;
video_title: Text;
short_view_count: Text;
prefer_immediate_redirect: any;
count_down_secs_for_fullscreen: any;
published: Text;
background: any;
thumbnail_overlays: any;
author: Author;
cancel_button: any;
next_button: any;
close_button: any;
}
import Text = require("./Text");
import Author = require("./Author");