mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-06-08 00:05:01 +00:00
8 lines
220 B
TypeScript
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",
|
|
};
|