mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-07-04 12:47:04 +00:00
chore: update type definitions
This commit is contained in:
20
typings/lib/parser/contents/classes/PlayerOverlayAutoplay.d.ts
vendored
Normal file
20
typings/lib/parser/contents/classes/PlayerOverlayAutoplay.d.ts
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
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");
|
||||
Reference in New Issue
Block a user