Files
openclaw/src/plugin-sdk/channel-runtime-context.ts
Gustavo Madeira Santana d78512b09d Refactor: centralize native approval lifecycle assembly (#62135)
Merged via squash.

Prepared head SHA: b7c20a7398
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Co-authored-by: gumadeiras <5599352+gumadeiras@users.noreply.github.com>
Reviewed-by: @gumadeiras
2026-04-07 14:40:26 -04:00

7 lines
180 B
TypeScript

export {
getChannelRuntimeContext,
registerChannelRuntimeContext,
watchChannelRuntimeContexts,
type ChannelRuntimeContextKey,
} from "../infra/channel-runtime-context.js";