Files
YouTube.js/typings/lib/parser/classes/LikeButton.d.ts
2022-07-11 06:13:21 -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;
}