aboutsummaryrefslogtreecommitdiffstats
path: root/@types/index.d.ts
diff options
context:
space:
mode:
Diffstat (limited to '@types/index.d.ts')
-rw-r--r--@types/index.d.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/@types/index.d.ts b/@types/index.d.ts
index 4bfdb28fc..015f1eb91 100644
--- a/@types/index.d.ts
+++ b/@types/index.d.ts
@@ -1,13 +1,13 @@
1declare global { 1declare global {
2 interface Window { 2 interface Window {
3 ferdi: any; 3 ferdium: any;
4 } 4 }
5 5
6 namespace NodeJS { 6 namespace NodeJS {
7 interface ProcessEnv { 7 interface ProcessEnv {
8 GITHUB_AUTH_TOKEN: string; 8 GITHUB_AUTH_TOKEN: string;
9 NODE_ENV: 'development' | 'production'; 9 NODE_ENV: 'development' | 'production';
10 FERDI_APPDATA_DIR?: string; 10 FERDIUM_APPDATA_DIR?: string;
11 PORTABLE_EXECUTABLE_DIR?: string; 11 PORTABLE_EXECUTABLE_DIR?: string;
12 ELECTRON_IS_DEV?: string; 12 ELECTRON_IS_DEV?: string;
13 APPDATA?: string; 13 APPDATA?: string;