mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-19 05:43:35 -05: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;
|
|
}
|