Progress
This commit is contained in:
13
src/globals.d.ts
vendored
13
src/globals.d.ts
vendored
@ -1,9 +1,14 @@
|
||||
declare var appSettings: any;
|
||||
import TVencordNative from "./VencordNative";
|
||||
|
||||
declare global {
|
||||
export var VencordNative: typeof TVencordNative;
|
||||
export var appSettings: {
|
||||
set(setting: string, v: any): void;
|
||||
};
|
||||
|
||||
interface Window {
|
||||
webpackChunkdiscord_app: { push(chunk): any; };
|
||||
webpackChunkdiscord_app: {
|
||||
push(chunk: any): any;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
export { };
|
Reference in New Issue
Block a user