diff --git a/github-electron/github-electron.d.ts b/github-electron/github-electron.d.ts index 7c5fa8b4d..12d53dcc6 100644 --- a/github-electron/github-electron.d.ts +++ b/github-electron/github-electron.d.ts @@ -450,14 +450,14 @@ declare module GitHubElectron { interface WebPreferences { nodeIntegration?: boolean; preload?: string; - partition: string; - zoomFactor: number; - javascript: boolean; - webSecurity: boolean; - allowDisplayingInsecureContent: boolean; - allowRunningInsecureContent: boolean; - images: boolean; - textAreasAreResizable: boolean; + partition?: string; + zoomFactor?: number; + javascript?: boolean; + webSecurity?: boolean; + allowDisplayingInsecureContent?: boolean; + allowRunningInsecureContent?: boolean; + images?: boolean; + textAreasAreResizable?: boolean; webgl?: boolean; webaudio?: boolean; plugins?: boolean;