aboutsummaryrefslogtreecommitdiffstats
path: root/src/@types/stores.types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/@types/stores.types.ts')
-rw-r--r--src/@types/stores.types.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/@types/stores.types.ts b/src/@types/stores.types.ts
index d036f8ee1..c0670ee87 100644
--- a/src/@types/stores.types.ts
+++ b/src/@types/stores.types.ts
@@ -92,6 +92,7 @@ export interface AppStore extends TypedStore {
92 darkMode: boolean; 92 darkMode: boolean;
93 enableSpellchecking: boolean; 93 enableSpellchecking: boolean;
94 enableTranslator: boolean; 94 enableTranslator: boolean;
95 useSelfSignedCertificates: boolean;
95 fetchDataInterval: 4; 96 fetchDataInterval: 4;
96 get(key: string): any; 97 get(key: string): any;
97 getAppCacheSizeRequest: () => void; 98 getAppCacheSizeRequest: () => void;