Files
openclaw/src/plugin-sdk/session-binding-runtime.ts
Peter Steinberger 4f4d108639 chore(lint): remove underscore-dangle allow list (#83542)
* chore(lint): reduce underscore-dangle exceptions

* chore(lint): reduce more underscore exceptions

* chore(lint): remove underscore-dangle allow list

* fix(lint): repair underscore cleanup regressions

* test(lint): track version define suppression
2026-05-18 14:56:06 +01:00

11 lines
378 B
TypeScript

// Narrow session-binding runtime surface for channels that only need current
// conversation binding state, not configured binding routing or pairing stores.
export {
testing as __testing,
testing,
getSessionBindingService,
registerSessionBindingAdapter,
type SessionBindingRecord,
type SessionBindingService,
} from "../infra/outbound/session-binding-service.js";