mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-27 01:49:33 +00:00
9 lines
298 B
TypeScript
9 lines
298 B
TypeScript
// Delivery context helpers normalize target and route metadata for delivery.
|
|
export {
|
|
deliveryContextFromSession,
|
|
deliveryContextKey,
|
|
mergeDeliveryContext,
|
|
normalizeDeliveryContext,
|
|
} from "./delivery-context.shared.js";
|
|
export type { DeliveryContext } from "./delivery-context.types.js";
|