aboutsummaryrefslogtreecommitdiffstats
path: root/@types
diff options
context:
space:
mode:
authorLibravatar Aditya Mangalampalli <aditya.mangalampalli@gmail.com>2022-04-15 02:00:25 -0700
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-16 21:57:57 +0530
commit210131ca184c3aa043371857c022aa1aa149efbf (patch)
tree6bc4e10a1540e55a66146c099bc468a12287425e /@types
parentUpdate submodule url to ferdium-recipes (#1) (diff)
downloadferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.tar.gz
ferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.tar.zst
ferdium-app-210131ca184c3aa043371857c022aa1aa149efbf.zip
Matched casing for almost all replacements
Diffstat (limited to '@types')
-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;