interface Window { electronWindow: { minimize: () => void; maximize: () => void; close: () => void; }; }