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