mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-01 12:21:25 +00:00
17 lines
479 B
TypeScript
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";
|