mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 04:21:35 +00:00
8 lines
157 B
TypeScript
8 lines
157 B
TypeScript
export = AnalyticsVodCarouselCard;
|
|
declare class AnalyticsVodCarouselCard {
|
|
constructor(data: any);
|
|
type: string;
|
|
title: any;
|
|
videos: any;
|
|
}
|