mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 19:30:23 +00:00
refactor(plugin-sdk): genericize web channel runtime seams
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { ChannelDirectoryAdapter } from "openclaw/plugin-sdk/channel-runtime";
|
||||
import type { ChannelDirectoryAdapter } from "openclaw/plugin-sdk/channel-contract";
|
||||
|
||||
type DirectorySurface = {
|
||||
listPeers: NonNullable<ChannelDirectoryAdapter["listPeers"]>;
|
||||
|
||||
Reference in New Issue
Block a user