From fa1a7037b47f2e0114d8abc5a99d29239bd3637b Mon Sep 17 00:00:00 2001 From: Kristóf Marussy Date: Sun, 10 Jul 2022 16:07:45 +0200 Subject: refactor: local server import/export MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kristóf Marussy --- src/@types/stores.types.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/@types/stores.types.ts') 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 { } interface RequestsStore extends TypedStore { - localServerPort: () => void; + localServerPort: number; + localServerToken: string | undefined; retries: number; retryDelay: number; servicesRequest: () => void; -- cgit v1.2.3-70-g09d2