Files
openclaw/extensions/raft/channel-plugin-api.ts
2026-06-22 14:36:12 +08:00

3 lines
103 B
TypeScript

// Raft API module exposes the channel plugin contract.
export { raftPlugin } from "./src/channel.js";