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

8 lines
150 B
TypeScript

export = ChannelHeaderLinks;
declare class ChannelHeaderLinks {
constructor(data: any);
type: string;
primary: any;
secondary: any;
}