mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 11:20:21 +00:00
fix: finish rebase conflict cleanup
This commit is contained in:
@@ -79,8 +79,6 @@ export type ChannelConfigSchema = {
|
||||
/** Full capability contract for a native channel plugin. */
|
||||
type ChannelPluginSetupWizard = ChannelSetupWizard | ChannelSetupWizardAdapter;
|
||||
|
||||
// oxlint-disable-next-line typescript/no-explicit-any
|
||||
export type ChannelPlugin<ResolvedAccount = any, Probe = unknown, Audit = unknown> = {
|
||||
// Omitted generic means "plugin with some account shape", not "plugin whose
|
||||
// account is literally Record<string, unknown>".
|
||||
// oxlint-disable-next-line typescript/no-explicit-any
|
||||
|
||||
Reference in New Issue
Block a user