Files
YouTube.js/typings/lib/parser/contents/classes/MusicQueue.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

7 lines
114 B
TypeScript

export = MusicQueue;
declare class MusicQueue {
constructor(data: any);
type: string;
content: any;
}