mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge from vscode 2b0b9136329c181a9e381463a1f7dc3a2d105a34 (#4880)
This commit is contained in:
4
src/typings/electron.d.ts
vendored
4
src/typings/electron.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
// Type definitions for Electron 3.1.6
|
||||
// Type definitions for Electron 3.1.8
|
||||
// Project: http://electronjs.org/
|
||||
// Definitions by: The Electron Team <https://github.com/electron/electron>
|
||||
// Definitions: https://github.com/electron/electron-typescript-definitions
|
||||
@@ -86,7 +86,7 @@ declare namespace Electron {
|
||||
webviewTag: WebviewTag;
|
||||
}
|
||||
|
||||
interface AllElectron extends MainInterface, RendererInterface { }
|
||||
interface AllElectron extends MainInterface, RendererInterface {}
|
||||
|
||||
const app: App;
|
||||
const autoUpdater: AutoUpdater;
|
||||
|
||||
Reference in New Issue
Block a user