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