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

11 lines
182 B
TypeScript

export = Thumbnail;
declare class Thumbnail {
constructor(data: any);
type: string;
url: any;
width: any;
height: any;
get thumbnails(): any;
#private;
}