mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 02:20:44 +00:00
7 lines
249 B
TypeScript
7 lines
249 B
TypeScript
export {
|
|
getChannelRuntimeContext,
|
|
registerChannelRuntimeContext,
|
|
watchChannelRuntimeContexts,
|
|
} from "../infra/channel-runtime-context.js";
|
|
export type { ChannelRuntimeContextKey } from "../channels/plugins/channel-runtime-surface.types.js";
|