mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 19:31:00 +00:00
fix(ci): repair tsgo test harnesses
This commit is contained in:
@@ -14,7 +14,7 @@ import {
|
||||
type SessionBindingContractChannelId,
|
||||
} from "./manifest.js";
|
||||
import { importBundledChannelContractArtifact } from "./runtime-artifacts.js";
|
||||
import "./registry.js";
|
||||
import "../registry.js";
|
||||
|
||||
type SessionBindingContractEntry = {
|
||||
id: string;
|
||||
|
||||
@@ -79,11 +79,8 @@ export type ChannelConfigSchema = {
|
||||
/** Full capability contract for a native channel plugin. */
|
||||
type ChannelPluginSetupWizard = ChannelSetupWizard | ChannelSetupWizardAdapter;
|
||||
|
||||
export type ChannelPlugin<
|
||||
ResolvedAccount = Record<string, unknown>,
|
||||
Probe = unknown,
|
||||
Audit = unknown,
|
||||
> = {
|
||||
// oxlint-disable-next-line typescript/no-explicit-any
|
||||
export type ChannelPlugin<ResolvedAccount = any, Probe = unknown, Audit = unknown> = {
|
||||
id: ChannelId;
|
||||
meta: ChannelMeta;
|
||||
capabilities: ChannelCapabilities;
|
||||
|
||||
Reference in New Issue
Block a user