mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 20:41:17 +00:00
9 lines
173 B
TypeScript
9 lines
173 B
TypeScript
export = UniversalWatchCard;
|
|
declare class UniversalWatchCard {
|
|
constructor(data: any);
|
|
type: string;
|
|
header: any;
|
|
call_to_action: any;
|
|
sections: any;
|
|
}
|