mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-03 23:42:50 +00:00
Use generic type for store
This commit is contained in:
parent
992cd81c05
commit
5ff2de3ce7
2
types/electron-store/index.d.ts
vendored
2
types/electron-store/index.d.ts
vendored
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user