Fix electron type conflict (#7786)
This commit is contained in:
parent
ac6a356027
commit
0541a224b5
1 changed files with 1 additions and 1 deletions
2
src/@types/global.d.ts
vendored
2
src/@types/global.d.ts
vendored
|
@ -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<void>;
|
||||
mxLoginWithAccessToken: (hsUrl: string, accessToken: string) => Promise<void>;
|
||||
mxAutoRageshakeStore?: AutoRageshakeStore;
|
||||
|
|
Loading…
Reference in a new issue