1 2 3 4 5 6 7 8 9
declare var appSettings: any; declare global { interface Window { webpackChunkdiscord_app: { push(chunk): any; }; } } export { };