mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-12 11:01:45 +00:00
fix: use window instead of (global as any)
This commit is contained in:
3
src/reset.d.ts
vendored
3
src/reset.d.ts
vendored
@ -18,6 +18,9 @@ declare global {
|
||||
*/
|
||||
_lact: number;
|
||||
navigation: Navigation;
|
||||
download: () => void;
|
||||
togglePictureInPicture: () => void;
|
||||
reload: () => void;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user