Files
openclaw/extensions/msteams/src/config-schema.ts
2026-03-18 16:01:43 -07:00

4 lines
173 B
TypeScript

import { buildChannelConfigSchema, MSTeamsConfigSchema } from "../runtime-api.js";
export const MSTeamsChannelConfigSchema = buildChannelConfigSchema(MSTeamsConfigSchema);