mirror of
https://github.com/System-End/Vencord.git
synced 2026-04-19 22:05:11 +00:00
4 lines
No EOL
96 B
TypeScript
4 lines
No EOL
96 B
TypeScript
declare module "plugins" {
|
|
var plugins: Record<string, any>[];
|
|
export default plugins;
|
|
} |