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