Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. interface MainInterface extends CommonInterface {
  2. // I understand these
  3. app: App;
  4. autoUpdater: AutoUpdater;
  5. // But not these
  6. BrowserView: typeof BrowserView;
  7. BrowserWindow: typeof BrowserWindow;
  8. ClientRequest: typeof ClientRequest;
  9. ...
  10. }
  11.  
  12. BrowserView: "BrowserView";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement