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

7 lines
128 B
TypeScript

export = ProfileColumnStats;
declare class ProfileColumnStats {
constructor(data: any);
type: string;
items: any;
}