Files
openclaw/extensions/msteams/src/config-schema.ts

10 lines
315 B
TypeScript

import {
buildChannelConfigSchema,
MSTeamsConfigSchema,
} from "openclaw/plugin-sdk/channel-config-schema";
import { msTeamsChannelConfigUiHints } from "./config-ui-hints.js";
export const MSTeamsChannelConfigSchema = buildChannelConfigSchema(MSTeamsConfigSchema, {
uiHints: msTeamsChannelConfigUiHints,
});