diff options
author | Vendicated <vendicated@riseup.net> | 2022-08-29 02:25:27 +0200 |
---|---|---|
committer | Vendicated <vendicated@riseup.net> | 2022-08-29 02:25:27 +0200 |
commit | af498e78291b67377aaf876c84143cdfe7c8b308 (patch) | |
tree | 091f03c5a78823de12ddd1f4ab60e2fe0ddb4803 /src/globals.d.ts | |
download | Vencord-af498e78291b67377aaf876c84143cdfe7c8b308.tar.gz Vencord-af498e78291b67377aaf876c84143cdfe7c8b308.tar.bz2 Vencord-af498e78291b67377aaf876c84143cdfe7c8b308.zip |
Rewrite
Diffstat (limited to 'src/globals.d.ts')
-rw-r--r-- | src/globals.d.ts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/globals.d.ts b/src/globals.d.ts new file mode 100644 index 0000000..81b04af --- /dev/null +++ b/src/globals.d.ts @@ -0,0 +1,9 @@ +declare var appSettings: any; + +declare global { + interface Window { + webpackChunkdiscord_app: { push(chunk): any; }; + } +} + +export { };
\ No newline at end of file |