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

9 lines
189 B
TypeScript

export = ProfileColumnStatsEntry;
declare class ProfileColumnStatsEntry {
constructor(data: any);
type: string;
label: Text;
value: Text;
}
import Text = require("./Text");