mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-07-02 21:52:48 +00:00
8 lines
144 B
TypeScript
8 lines
144 B
TypeScript
export = MusicInlineBadge;
|
|
declare class MusicInlineBadge {
|
|
constructor(data: any);
|
|
type: string;
|
|
icon_type: any;
|
|
label: any;
|
|
}
|