mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-14 11:51:47 +00:00
feat(refactor): PluginDefinition::platform (#3665)
This commit is contained in:
2
src/reset.d.ts
vendored
2
src/reset.d.ts
vendored
@ -19,6 +19,8 @@ declare global {
|
||||
'videodatachange': CustomEvent<VideoDataChanged>;
|
||||
}
|
||||
|
||||
declare var electronIs: typeof import('electron-is')
|
||||
|
||||
interface Window {
|
||||
trustedTypes?: typeof trustedTypes;
|
||||
ipcRenderer: typeof electronIpcRenderer;
|
||||
|
||||
Reference in New Issue
Block a user