More progress
This commit is contained in:
2
src/globals.d.ts
vendored
2
src/globals.d.ts
vendored
@ -1,5 +1,6 @@
|
||||
declare global {
|
||||
export var VencordNative: typeof import("./VencordNative").default;
|
||||
export var Vencord: typeof import("./Vencord");
|
||||
export var appSettings: {
|
||||
set(setting: string, v: any): void;
|
||||
};
|
||||
@ -7,6 +8,7 @@ declare global {
|
||||
interface Window {
|
||||
webpackChunkdiscord_app: {
|
||||
push(chunk: any): any;
|
||||
pop(): any;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user