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

8 lines
263 B
TypeScript

import { ZeppelinPluginDocs } from "../../types.js";
import { zInternalPosterConfig } from "./types.js";
export const internalPosterPluginDocs: ZeppelinPluginDocs = {
prettyName: "Internal poster",
type: "internal",
configSchema: zInternalPosterConfig,
};