From 5ff2de3ce7763d332b3f4b941d87faa9b960f571 Mon Sep 17 00:00:00 2001 From: Jakub Synowiec Date: Sat, 17 Feb 2018 16:19:37 +0100 Subject: [PATCH] Use generic type for store --- types/electron-store/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/electron-store/index.d.ts b/types/electron-store/index.d.ts index 30091af75c..e15a8aa7e7 100644 --- a/types/electron-store/index.d.ts +++ b/types/electron-store/index.d.ts @@ -82,7 +82,7 @@ declare module 'electron-store' { /** * Gets all the config as an object or replace the current config with an object. */ - store: {}; + store: T; /** * Gets the path to the config file.