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.