Files
YouTube.js/typings/lib/parser/contents/classes/ProfileColumn.d.ts
2022-06-20 02:51:19 -03:00

8 lines
143 B
TypeScript

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