UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

7 lines 200 B
//#region src/channels/ids.d.ts /** * Canonical chat channel id used by core routing, plugin config, and channel catalogs. */ type ChatChannelId = string; //#endregion export { ChatChannelId as t };