mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-14 03:41:46 +00:00
fix: apply fix to types from eslint
This commit is contained in:
2
src/reset.d.ts
vendored
2
src/reset.d.ts
vendored
@ -16,7 +16,7 @@ declare global {
|
||||
|
||||
interface DocumentEventMap {
|
||||
'ytmd:audio-can-play': CustomEvent<Compressor>;
|
||||
videodatachange: CustomEvent<VideoDataChanged>;
|
||||
'videodatachange': CustomEvent<VideoDataChanged>;
|
||||
}
|
||||
|
||||
interface Window {
|
||||
|
||||
Reference in New Issue
Block a user