mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-23 23:09:28 +00:00
11 lines
182 B
TypeScript
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;
|
|
}
|