openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
9 lines (8 loc) • 299 B
TypeScript
import { t as ChatChannelId } from "./ids-BUiVO67E.js";
//#region src/channels/plugins/channel-id.types.d.ts
/**
* Channel id accepted by plugin helpers, covering built-in chat ids and external plugin ids.
*/
type ChannelId = ChatChannelId | (string & {});
//#endregion
export { ChannelId as t };