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