cya webpackChunkdiscord_app part 2

This commit is contained in:
Nuckyz 2024-05-30 17:32:54 -03:00
parent 2da9bf8f0e
commit a1e72e78d7
No known key found for this signature in database
GPG key ID: 440BF8296E1C4AD9

7
src/globals.d.ts vendored
View file

@ -64,13 +64,8 @@ declare global {
export var Vesktop: any; export var Vesktop: any;
export var VesktopNative: any; export var VesktopNative: any;
interface Window { interface Window extends Record<PropertyKey, any> {
webpackChunkdiscord_app: {
push(chunk: any): any;
pop(): any;
};
_: LoDashStatic; _: LoDashStatic;
[k: string]: any;
} }
} }