mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 21:40:44 +00:00
7 lines
285 B
TypeScript
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,
|
|
});
|