diff --git a/src/@types/global.d.ts b/src/@types/global.d.ts index ddf3f40c62..6268c97924 100644 --- a/src/@types/global.d.ts +++ b/src/@types/global.d.ts @@ -109,7 +109,7 @@ declare global { mxActiveWidgetStore?: ActiveWidgetStore; mxSkinner?: Skinner; mxOnRecaptchaLoaded?: () => void; - electron?: unknown; + electron?: {}; // we should not rely on any fields on this in this layer mxSendSentryReport: (userText: string, issueUrl: string, error: Error) => Promise; mxLoginWithAccessToken: (hsUrl: string, accessToken: string) => Promise; mxAutoRageshakeStore?: AutoRageshakeStore;