diff options
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 |