3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-10 12:25:02 +00:00
zeppelin/backend/src/plugins/RoleManager/info.ts
2024-05-19 10:46:43 +00:00

8 lines
252 B
TypeScript

import { ZeppelinPluginInfo } from "../../types.js";
import { zRoleManagerConfig } from "./types.js";
export const roleManagerPluginInfo: ZeppelinPluginInfo = {
prettyName: "Role manager",
showInDocs: false,
configSchema: zRoleManagerConfig,
};