Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thedevs-network/kutt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'client/store/store.ts')
-rw-r--r--client/store/store.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/store/store.ts b/client/store/store.ts
index 4d4d864..5476562 100644
--- a/client/store/store.ts
+++ b/client/store/store.ts
@@ -10,7 +10,7 @@ export interface StoreModel {
links: Links;
loading: Loading;
settings: Settings;
- reset: Action;
+ reset: Action<StoreModel>;
}
let initState: any = {};