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