From 210131ca184c3aa043371857c022aa1aa149efbf Mon Sep 17 00:00:00 2001 From: Aditya Mangalampalli Date: Fri, 15 Apr 2022 02:00:25 -0700 Subject: Matched casing for almost all replacements --- @types/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '@types') 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 @@ declare global { interface Window { - ferdi: any; + ferdium: any; } namespace NodeJS { interface ProcessEnv { GITHUB_AUTH_TOKEN: string; NODE_ENV: 'development' | 'production'; - FERDI_APPDATA_DIR?: string; + FERDIUM_APPDATA_DIR?: string; PORTABLE_EXECUTABLE_DIR?: string; ELECTRON_IS_DEV?: string; APPDATA?: string; -- cgit v1.2.3-70-g09d2