mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 12:31:17 +00:00
7 lines
128 B
TypeScript
7 lines
128 B
TypeScript
export = ProfileColumnStats;
|
|
declare class ProfileColumnStats {
|
|
constructor(data: any);
|
|
type: string;
|
|
items: any;
|
|
}
|