mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-10 15:13:02 -04:00
Rewrite
This commit is contained in:
commit
af498e7829
11 changed files with 1186 additions and 0 deletions
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 { };
|
Loading…
Add table
Add a link
Reference in a new issue