mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-25 00:36:23 +00:00
9 lines
147 B
TypeScript
9 lines
147 B
TypeScript
|
declare var appSettings: any;
|
||
|
|
||
|
declare global {
|
||
|
interface Window {
|
||
|
webpackChunkdiscord_app: { push(chunk): any; };
|
||
|
}
|
||
|
}
|
||
|
|
||
|
export { };
|