mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-25 07:42:11 +00:00
9 lines
195 B
TypeScript
9 lines
195 B
TypeScript
export = MusicItemThumbnailOverlay;
|
|
declare class MusicItemThumbnailOverlay {
|
|
constructor(data: any);
|
|
type: string;
|
|
content: any;
|
|
content_position: any;
|
|
display_style: any;
|
|
}
|