3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-06-08 00:05:01 +00:00
zeppelin/backend/src/plugins/Logs/docs.ts
2024-08-11 02:05:23 +03:00

8 lines
220 B
TypeScript

import { ZeppelinPluginDocs } from "../../types.js";
import { zLogsConfig } from "./types.js";
export const logsPluginDocs: ZeppelinPluginDocs = {
prettyName: "Logs",
configSchema: zLogsConfig,
type: "stable",
};