mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-19 12:31:17 +00:00
8 lines
138 B
TypeScript
8 lines
138 B
TypeScript
export = MetadataBadge;
|
|
declare class MetadataBadge {
|
|
constructor(data: any);
|
|
icon_type: any;
|
|
style: any;
|
|
tooltip: any;
|
|
}
|