mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-29 10:02:04 +00:00
4 lines
176 B
TypeScript
4 lines
176 B
TypeScript
import { buildChannelConfigSchema, IMessageConfigSchema } from "../runtime-api.js";
|
|
|
|
export const IMessageChannelConfigSchema = buildChannelConfigSchema(IMessageConfigSchema);
|