Files
YouTube.js/typings/lib/parser/contents/classes/MusicCarouselShelf.d.ts
LuanRT 2254b69670 feat: add support for retrieving YTMusic “related” tab
+ finish lyrics parser and implement all needed YouTube Music renderers
2022-06-11 08:00:58 -03:00

10 lines
199 B
TypeScript

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