Files
YouTube.js/typings/lib/parser/classes/WatchCardHeroVideo.d.ts
2022-07-11 06:13:21 -03:00

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");