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