From 8dde4075e41f15461613f07e8c2f5f4732e34ac5 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 10 May 2017 09:25:04 -0700 Subject: [PATCH] Update electron.d.ts for 1.6.9 --- npm/electron.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npm/electron.d.ts b/npm/electron.d.ts index dc2404437194..a8e7bbb05ae7 100644 --- a/npm/electron.d.ts +++ b/npm/electron.d.ts @@ -1,4 +1,4 @@ -// Type definitions for Electron 1.6.8 +// Type definitions for Electron 1.6.9 // Project: http://electron.atom.io/ // Definitions by: The Electron Team // Definitions: https://github.com/electron/electron-typescript-definitions @@ -2333,7 +2333,7 @@ declare namespace Electron { * Note: The following methods are useful specifically to resume a cancelled item * when session is restarted. */ - getState(): string; + getState(): ('progressing' | 'completed' | 'cancelled' | 'interrupted'); /** * If the size is unknown, it returns 0. */