mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-20 04:51:16 +00:00
6 lines
90 B
TypeScript
6 lines
90 B
TypeScript
export = Element;
|
|
declare class Element {
|
|
constructor(data: any);
|
|
type: string;
|
|
}
|