Skip to content

Commit

Permalink
✏️ update electron ProxyConfig type
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomoreno committed Mar 7, 2017
1 parent f8b3d19 commit f216573
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/typings/electron.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3370,15 +3370,15 @@ declare namespace Electron {
/**
* The URL associated with the PAC file.
*/
pacScript: string;
pacScript?: string;
/**
* Rules indicating which proxies to use.
*/
proxyRules: string;
proxyRules?: string;
/**
* Rules indicating which URLs should bypass the proxy settings.
*/
proxyBypassRules: string;
proxyBypassRules?: string;
}

interface NetworkEmulationOptions {
Expand Down

0 comments on commit f216573

Please sign in to comment.