Files
YouTube.js/typings/lib/parser/contents/classes/MetadataRow.d.ts
2022-06-06 04:20:28 -03:00

9 lines
167 B
TypeScript

export = MetadataRow;
declare class MetadataRow {
constructor(data: any);
type: string;
title: Text;
contents: any;
}
import Text = require("./Text");