fix: apply fix to types from eslint

This commit is contained in:
JellyBrick
2025-07-10 14:17:39 +09:00
parent 4c4a39b9a7
commit f73188ab83
5 changed files with 19 additions and 19 deletions

2
src/reset.d.ts vendored
View File

@ -16,7 +16,7 @@ declare global {
interface DocumentEventMap {
'ytmd:audio-can-play': CustomEvent<Compressor>;
videodatachange: CustomEvent<VideoDataChanged>;
'videodatachange': CustomEvent<VideoDataChanged>;
}
interface Window {