mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-13 21:35:02 +00:00
8 lines
263 B
TypeScript
8 lines
263 B
TypeScript
import { ZeppelinPluginInfo } from "../../types.js";
|
|
import { zInternalPosterConfig } from "./types.js";
|
|
|
|
export const internalPosterPluginInfo: ZeppelinPluginInfo = {
|
|
prettyName: "Internal poster",
|
|
type: "internal",
|
|
configSchema: zInternalPosterConfig,
|
|
};
|