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

8 lines
143 B
TypeScript

export = SingleHeroImage;
declare class SingleHeroImage {
constructor(data: any);
type: string;
thumbnails: any;
style: any;
}