mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-22 22:18:14 +00:00
6 lines
92 B
TypeScript
6 lines
92 B
TypeScript
export = RichItem;
|
|
declare class RichItem {
|
|
constructor(data: any);
|
|
type: string;
|
|
}
|