aboutsummaryrefslogtreecommitdiffstats
path: root/src/@types
diff options
context:
space:
mode:
Diffstat (limited to 'src/@types')
-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 30898a8a7..bf2dc8bd2 100644
--- a/src/@types/stores.types.ts
+++ b/src/@types/stores.types.ts
@@ -125,6 +125,7 @@ interface AppStore extends TypedStore {
125 universalDarkMode: boolean; 125 universalDarkMode: boolean;
126 cacheSize: () => void; 126 cacheSize: () => void;
127 debugInfo: () => void; 127 debugInfo: () => void;
128 enableLongPressServiceHint: boolean;
128} 129}
129 130
130interface CommunityRecipesStore extends TypedStore { 131interface CommunityRecipesStore extends TypedStore {