Files
YouTube.js/typings/lib/parser/classes/ProfileColumnStats.d.ts
2022-07-11 06:13:21 -03:00

8 lines
153 B
TypeScript

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