mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Fix electron type conflict (#7786)
This commit is contained in:
parent
ac6a356027
commit
0541a224b5
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 New Issue
Block a user