debt - reduce electron.d.ts patching

This commit is contained in:
Benjamin Pasero
2018-09-03 10:37:53 +02:00
parent 6967859ec7
commit dbd787b8dd
2 changed files with 2 additions and 20 deletions

View File

@@ -14,8 +14,8 @@ import { BrowserWindow, app } from 'electron';
type LoginEvent = {
event: Electron.Event;
webContents: Electron.WebContents;
req: Electron.LoginRequest;
authInfo: Electron.LoginAuthInfo;
req: Electron.Request;
authInfo: Electron.AuthInfo;
cb: (username: string, password: string) => void;
};