mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 07:25:10 +00:00
9 lines
190 B
TypeScript
9 lines
190 B
TypeScript
declare module "plugins" {
|
|
const plugins: import("./utils/types").Plugin[];
|
|
export default plugins;
|
|
}
|
|
|
|
declare module "git-hash" {
|
|
const hash: string;
|
|
export default hash;
|
|
}
|