mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 20:41:17 +00:00
11 lines
276 B
TypeScript
11 lines
276 B
TypeScript
export = WatchCardHeroVideo;
|
|
declare class WatchCardHeroVideo {
|
|
constructor(data: any);
|
|
type: string;
|
|
endpoint: NavigationEndpoint;
|
|
call_to_action_button: any;
|
|
hero_image: any;
|
|
label: any;
|
|
}
|
|
import NavigationEndpoint = require("./NavigationEndpoint");
|