aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/@types/stores.types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/@types/stores.types.ts b/src/@types/stores.types.ts
index 13870a43a..6730242c1 100644
--- a/src/@types/stores.types.ts
+++ b/src/@types/stores.types.ts
@@ -165,7 +165,7 @@ interface RecipeStore extends TypedStore {
165 all: Recipe[]; 165 all: Recipe[];
166 one: (id: string) => Recipe; 166 one: (id: string) => Recipe;
167 recipeIdForServices: () => void; 167 recipeIdForServices: () => void;
168 _install({ recipeId: string }): Promise<Recipe>; 168 _install({ recipeId }): Promise<Recipe>;
169} 169}
170 170
171interface RequestsStore extends TypedStore { 171interface RequestsStore extends TypedStore {