This commit is contained in:
Vendicated 2022-08-29 02:25:27 +02:00
commit af498e7829
No known key found for this signature in database
GPG key ID: EC781ADFB93EFFA3
11 changed files with 1186 additions and 0 deletions

9
src/globals.d.ts vendored Normal file
View file

@ -0,0 +1,9 @@
declare var appSettings: any;
declare global {
interface Window {
webpackChunkdiscord_app: { push(chunk): any; };
}
}
export { };