1
0
Fork 1
mirror of https://github.com/Vendicated/Vencord.git synced 2025-01-10 01:46:23 +00:00
Vencord/src/pluginsModule.d.ts

10 lines
204 B
TypeScript
Raw Normal View History

2022-08-29 16:11:44 +00:00
declare module "plugins" {
const plugins: Record<string, import("./utils/types").Plugin>;
2022-08-29 16:11:44 +00:00
export default plugins;
}
declare module "git-hash" {
const hash: string;
export default hash;
}