mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 12:31:17 +00:00
10 lines
210 B
TypeScript
10 lines
210 B
TypeScript
export = MusicImmersiveHeader;
|
|
declare class MusicImmersiveHeader {
|
|
constructor(data: any);
|
|
type: string;
|
|
title: Text;
|
|
description: Text;
|
|
thumbnails: any;
|
|
}
|
|
import Text = require("./Text");
|