mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 12:31:17 +00:00
12 lines
283 B
TypeScript
12 lines
283 B
TypeScript
export = CommentsEntryPointHeader;
|
|
declare class CommentsEntryPointHeader {
|
|
constructor(data: any);
|
|
type: string;
|
|
header: Text;
|
|
comment_count: Text;
|
|
teaser_avatar: any;
|
|
teaser_content: Text;
|
|
simplebox_placeholder: Text;
|
|
}
|
|
import Text = require("./Text");
|