mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-18 21:33:35 -05:00
9 lines
204 B
TypeScript
9 lines
204 B
TypeScript
declare module "plugins" {
|
|
const plugins: Record<string, import("./utils/types").Plugin>;
|
|
export default plugins;
|
|
}
|
|
|
|
declare module "git-hash" {
|
|
const hash: string;
|
|
export default hash;
|
|
}
|