/** * Extends the Main "Window" Interface */ interface Window { electron: { ping: () => Promise; }; }