mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 04:21:35 +00:00
8 lines
153 B
TypeScript
8 lines
153 B
TypeScript
export = ProfileColumnStats;
|
|
declare class ProfileColumnStats {
|
|
constructor(data: any);
|
|
type: string;
|
|
items: any;
|
|
get contents(): any;
|
|
}
|