aboutsummaryrefslogtreecommitdiffstats
path: root/src/@types
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2022-07-10 16:07:45 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2022-07-11 17:47:53 +0200
commitfa1a7037b47f2e0114d8abc5a99d29239bd3637b (patch)
tree83404acf711aa8976dce47950edcca64836e0cd8 /src/@types
parent6.0.0-nightly.96 [skip ci] (diff)
downloadferdium-app-fa1a7037b47f2e0114d8abc5a99d29239bd3637b.tar.gz
ferdium-app-fa1a7037b47f2e0114d8abc5a99d29239bd3637b.tar.zst
ferdium-app-fa1a7037b47f2e0114d8abc5a99d29239bd3637b.zip
refactor: local server import/export
Signed-off-by: Kristóf Marussy <kristof@marussy.com>
Diffstat (limited to 'src/@types')
-rw-r--r--src/@types/stores.types.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/@types/stores.types.ts b/src/@types/stores.types.ts
index 37b906239..eec18c11e 100644
--- a/src/@types/stores.types.ts
+++ b/src/@types/stores.types.ts
@@ -166,7 +166,8 @@ interface RecipeStore extends TypedStore {
166} 166}
167 167
168interface RequestsStore extends TypedStore { 168interface RequestsStore extends TypedStore {
169 localServerPort: () => void; 169 localServerPort: number;
170 localServerToken: string | undefined;
170 retries: number; 171 retries: number;
171 retryDelay: number; 172 retryDelay: number;
172 servicesRequest: () => void; 173 servicesRequest: () => void;