UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

6 lines (5 loc) 284 B
//#region src/gateway/node-registry-private-token.ts /** Unforgeable reason shared only by node-registry private pairing lifecycle owners. */ const NODE_INVOKE_PAIRING_CHANGED_ABORT = Symbol("nodeInvokePairingChanged"); //#endregion export { NODE_INVOKE_PAIRING_CHANGED_ABORT as t };