mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 12:31:17 +00:00
12 lines
206 B
TypeScript
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;
|
|
}
|