refactor(commands): trim setup type reexports · openclaw/openclaw@12eeb5c
vincentkoc
·
2026-06-17
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -12,7 +12,7 @@ import {
|
12 | 12 | import type { OpenClawConfig } from "../config/types.openclaw.js"; |
13 | 13 | import { formatErrorMessage } from "../infra/errors.js"; |
14 | 14 | import type { RuntimeEnv } from "../runtime.js"; |
15 | | -export { resolveSessionStoreTargets, type SessionStoreSelectionOptions, type SessionStoreTarget }; |
| 15 | +export { resolveSessionStoreTargets }; |
16 | 16 | |
17 | 17 | /** Resolves session store targets or exits the current command on validation errors. */ |
18 | 18 | export function resolveSessionStoreTargetsOrExit(params: { |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。