Rewrite
This commit is contained in:
9
src/globals.d.ts
vendored
Normal file
9
src/globals.d.ts
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
declare var appSettings: any;
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
webpackChunkdiscord_app: { push(chunk): any; };
|
||||
}
|
||||
}
|
||||
|
||||
export { };
|
Reference in New Issue
Block a user