Files
openclaw/src/plugin-sdk/channel-config-primitives.ts
2026-03-27 16:40:27 +00:00

17 lines
479 B
TypeScript

/** Narrow channel config-schema primitives without provider-schema re-exports. */
export {
AllowFromListSchema,
buildChannelConfigSchema,
buildCatchallMultiAccountChannelSchema,
buildNestedDmConfigSchema,
} from "../channels/plugins/config-schema.js";
export {
BlockStreamingCoalesceSchema,
DmConfigSchema,
DmPolicySchema,
GroupPolicySchema,
MarkdownConfigSchema,
ReplyRuntimeConfigSchemaShape,
requireOpenAllowFrom,
} from "../config/zod-schema.core.js";