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

9 lines
189 B
TypeScript

export = ProfileColumnUserInfo;
declare class ProfileColumnUserInfo {
constructor(data: any);
type: string;
title: Text;
thumbnails: any;
}
import Text = require("./Text");