Files
openclaw/extensions/msteams/src/config-schema.ts
2026-04-04 15:09:48 +01:00

7 lines
285 B
TypeScript

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