mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-28 05:16:23 -06:00
refactor(pairing): model runtime type consumers (#107760)
* refactor(pairing): model runtime type consumers * chore(deadcode): refresh unused-export baseline
This commit is contained in:
committed by
GitHub
parent
2b6053c3f9
commit
7cf790a49d
@@ -24,13 +24,13 @@ import type {
|
||||
RecordSessionMetaFromInbound,
|
||||
UpdateLastRoute,
|
||||
} from "../../config/sessions/runtime-types.js";
|
||||
import type {
|
||||
ReadChannelAllowFromStoreForAccount,
|
||||
UpsertChannelPairingRequestForAccount,
|
||||
} from "../../pairing/pairing-store.types.js";
|
||||
|
||||
type DispatchReplyWithBufferedBlockDispatcher =
|
||||
import("../../auto-reply/reply/provider-dispatcher.types.js").DispatchReplyWithBufferedBlockDispatcher;
|
||||
type ReadChannelAllowFromStoreForAccount =
|
||||
import("../../pairing/pairing-store.types.js").ReadChannelAllowFromStoreForAccount;
|
||||
type UpsertChannelPairingRequestForAccount =
|
||||
import("../../pairing/pairing-store.types.js").UpsertChannelPairingRequestForAccount;
|
||||
type RecordInboundSession = import("../../channels/session.types.js").RecordInboundSession;
|
||||
|
||||
type RuntimeThreadBindingLifecycleRecord =
|
||||
|
||||
Reference in New Issue
Block a user