mirror of https://github.com/openclaw/openclaw.git
10 lines
379 B
TypeScript
10 lines
379 B
TypeScript
// Narrow thread-binding lifecycle helpers for extensions that need binding
|
|
// expiry and session-binding record types without loading the full
|
|
// conversation-runtime surface.
|
|
|
|
export { resolveThreadBindingLifecycle } from "../channels/thread-bindings-policy.js";
|
|
export type {
|
|
BindingTargetKind,
|
|
SessionBindingRecord,
|
|
} from "../infra/outbound/session-binding-service.js";
|