refactor: trim agent dir type export

This commit is contained in:
Peter Steinberger
2026-05-02 02:12:46 +01:00
parent 9e9b3f9e0c
commit 30ea49268c

View File

@@ -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[];
};