mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 12:31:17 +00:00
10 lines
241 B
TypeScript
10 lines
241 B
TypeScript
export = MusicCarouselShelfBasicHeader;
|
|
declare class MusicCarouselShelfBasicHeader {
|
|
constructor(data: any);
|
|
type: string;
|
|
strapline: any;
|
|
title: any;
|
|
thumbnail: Thumbnail[];
|
|
}
|
|
import Thumbnail = require("./Thumbnail");
|