aboutsummaryrefslogtreecommitdiffstats
path: root/src/@types
diff options
context:
space:
mode:
Diffstat (limited to 'src/@types')
-rw-r--r--src/@types/ferdium.types.ts1
-rw-r--r--src/@types/stores.types.ts1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/@types/ferdium.types.ts b/src/@types/ferdium.types.ts
index 70306f5fb..f54fb64ae 100644
--- a/src/@types/ferdium.types.ts
+++ b/src/@types/ferdium.types.ts
@@ -3,6 +3,7 @@ declare global {
3 ferdium: any; 3 ferdium: any;
4 } 4 }
5 5
6 // eslint-disable-next-line @typescript-eslint/no-namespace
6 namespace NodeJS { 7 namespace NodeJS {
7 interface ProcessEnv { 8 interface ProcessEnv {
8 GITHUB_AUTH_TOKEN: string; 9 GITHUB_AUTH_TOKEN: string;
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;