mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 11:21:46 +00:00
15
reset.d.ts
vendored
Normal file
15
reset.d.ts
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
import '@total-typescript/ts-reset';
|
||||
import { YoutubePlayer } from './types/youtube-player';
|
||||
|
||||
declare global {
|
||||
interface DocumentEventMap {
|
||||
'apiLoaded': CustomEvent<YoutubePlayer>;
|
||||
}
|
||||
|
||||
interface Window {
|
||||
/**
|
||||
* YouTube Music internal variable (Last interaction time)
|
||||
*/
|
||||
_lact: number;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user