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

12 lines
206 B
TypeScript

export = LikeButton;
declare class LikeButton {
constructor(data: any);
type: string;
target: {
video_id: any;
};
like_status: any;
likes_allowed: any;
endpoints: any;
}