mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 12:31:17 +00:00
9 lines
189 B
TypeScript
9 lines
189 B
TypeScript
export = ProfileColumnUserInfo;
|
|
declare class ProfileColumnUserInfo {
|
|
constructor(data: any);
|
|
type: string;
|
|
title: Text;
|
|
thumbnails: any;
|
|
}
|
|
import Text = require("./Text");
|