Revert "cya webpackChunkdiscord_app part 2"
This reverts commit a1e72e78d7
.
This commit is contained in:
parent
654b2e8398
commit
dd13b96728
7
src/globals.d.ts
vendored
7
src/globals.d.ts
vendored
|
@ -64,8 +64,13 @@ declare global {
|
||||||
export var Vesktop: any;
|
export var Vesktop: any;
|
||||||
export var VesktopNative: any;
|
export var VesktopNative: any;
|
||||||
|
|
||||||
interface Window extends Record<PropertyKey, any> {
|
interface Window {
|
||||||
|
webpackChunkdiscord_app: {
|
||||||
|
push(chunk: any): any;
|
||||||
|
pop(): any;
|
||||||
|
};
|
||||||
_: LoDashStatic;
|
_: LoDashStatic;
|
||||||
|
[k: string]: any;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue