mirror of
https://github.com/LuanRT/YouTube.js.git
synced 2026-06-22 14:08:06 +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;
|
|
}
|