Files
YouTube.js/typings/lib/parser/classes/MusicCarouselShelf.d.ts
2022-07-11 06:13:21 -03:00

9 lines
179 B
TypeScript

export = MusicCarouselShelf;
declare class MusicCarouselShelf {
constructor(data: any);
type: string;
header: any;
contents: any;
num_items_per_column: any;
}