aboutsummaryrefslogtreecommitdiffstats
path: root/src/@types
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-09-27 10:15:12 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-09-27 05:15:56 +0000
commite672e438a07e795e735a9992da1d425ea86e343b (patch)
tree230edb3a0c4263204b5c98224dd2f6673c7d909c /src/@types
parent6.2.1-nightly.4 [skip ci] (diff)
downloadferdium-app-e672e438a07e795e735a9992da1d425ea86e343b.tar.gz
ferdium-app-e672e438a07e795e735a9992da1d425ea86e343b.tar.zst
ferdium-app-e672e438a07e795e735a9992da1d425ea86e343b.zip
Upgrade minor/tiny versions for dependencies; Added missing 'history' module as an explicit dependencyv6.2.1-nightly.4
Diffstat (limited to 'src/@types')
-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 {