mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 10:50:44 +00:00
refactor: trim agent dir type export
This commit is contained in:
@@ -7,7 +7,7 @@ import { resolveUserPath } from "../utils.js";
|
||||
import { resolveStateDir } from "./paths.js";
|
||||
import type { OpenClawConfig } from "./types.js";
|
||||
|
||||
export type DuplicateAgentDir = {
|
||||
type DuplicateAgentDir = {
|
||||
agentDir: string;
|
||||
agentIds: string[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user