mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +00:00
8 lines
252 B
TypeScript
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,
|
|
};
|