Files
YouTube.js/typings/lib/parser/classes/ProfileColumn.d.ts
2022-07-11 06:13:21 -03:00

8 lines
143 B
TypeScript

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