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 edea41ea9..ff8f127ed 100644
--- a/src/@types/stores.types.ts
+++ b/src/@types/stores.types.ts
@@ -59,6 +59,7 @@ interface Actions {
59interface Api { 59interface Api {
60 app: AppStore; 60 app: AppStore;
61 features: FeaturesStore; 61 features: FeaturesStore;
62 // eslint-disable-next-line @typescript-eslint/ban-types
62 local: {}; 63 local: {};
63 recipePreviews: RecipePreviewsStore; 64 recipePreviews: RecipePreviewsStore;
64 recipes: RecipeStore; 65 recipes: RecipeStore;