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

7 lines
118 B
TypeScript

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