Files
YouTube.js/typings/lib/parser/classes/comments/CommentActionButtons.d.ts
2022-07-11 06:13:21 -03:00

9 lines
186 B
TypeScript

export = CommentActionButtons;
declare class CommentActionButtons {
constructor(data: any);
type: string;
like_button: any;
dislike_button: any;
reply_button: any;
}