mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 23:20:22 +00:00
refactor: move channel config metadata into plugin-owned manifests
This commit is contained in:
@@ -19,7 +19,11 @@ export type {
|
||||
ChannelConfiguredBindingMatch,
|
||||
ChannelConfiguredBindingProvider,
|
||||
} from "../channels/plugins/types.adapters.js";
|
||||
export type { ChannelConfigSchema, ChannelPlugin } from "../channels/plugins/types.plugin.js";
|
||||
export type {
|
||||
ChannelConfigSchema,
|
||||
ChannelConfigUiHint,
|
||||
ChannelPlugin,
|
||||
} from "../channels/plugins/types.plugin.js";
|
||||
export type { ChannelSetupAdapter, ChannelSetupInput } from "../channels/plugins/types.js";
|
||||
export type {
|
||||
ConfiguredBindingConversation,
|
||||
|
||||
Reference in New Issue
Block a user