mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-07-06 02:27:19 +00:00
8 lines
263 B
TypeScript
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,
|
|
};
|