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