mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 04:21:35 +00:00
9 lines
189 B
TypeScript
9 lines
189 B
TypeScript
export = MetadataRowHeader;
|
|
declare class MetadataRowHeader {
|
|
constructor(data: any);
|
|
type: string;
|
|
content: Text;
|
|
has_divider_line: any;
|
|
}
|
|
import Text = require("./Text");
|