mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-24 15:21:54 +00:00
6 lines
104 B
TypeScript
6 lines
104 B
TypeScript
export = MusicThumbnail;
|
|
declare class MusicThumbnail {
|
|
constructor(data: any);
|
|
type: string;
|
|
}
|