openclaw/extensions/mattermost/src/config-surface.ts

5 lines
252 B
TypeScript

import { buildChannelConfigSchema } from "openclaw/plugin-sdk/channel-config-primitives";
import { MattermostConfigSchema } from "./config-schema-core.js";
export const MattermostChannelConfigSchema = buildChannelConfigSchema(MattermostConfigSchema);