mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-12 09:41:11 +00:00
fix(cycles): narrow config type imports
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import type { OpenClawConfig, SkillConfig } from "../../config/config.js";
|
||||
import type { OpenClawConfig } from "../../config/types.openclaw.js";
|
||||
import type { SkillConfig } from "../../config/types.skills.js";
|
||||
import {
|
||||
evaluateRuntimeEligibility,
|
||||
hasBinary,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import type { OpenClawConfig } from "./config.js";
|
||||
import type { AgentAcpBinding, AgentBinding, AgentRouteBinding } from "./types.agents.js";
|
||||
import type { OpenClawConfig } from "./types.openclaw.js";
|
||||
|
||||
export type ConfiguredBindingRule = AgentBinding;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user