feat(refactor): PluginDefinition::platform (#3665)

This commit is contained in:
Angelos Bouklis
2025-09-05 09:28:17 +03:00
committed by GitHub
parent d329076b52
commit dcc611c7d0
9 changed files with 72 additions and 13 deletions

2
src/reset.d.ts vendored
View File

@ -19,6 +19,8 @@ declare global {
'videodatachange': CustomEvent<VideoDataChanged>;
}
declare var electronIs: typeof import('electron-is')
interface Window {
trustedTypes?: typeof trustedTypes;
ipcRenderer: typeof electronIpcRenderer;