mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-29 10:50:58 +00:00
10 lines
315 B
TypeScript
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,
|
|
});
|