refactor(commands): trim health type reexports · openclaw/openclaw@d320e69
vincentkoc
·
2026-06-17
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -60,12 +60,7 @@ import type {
|
60 | 60 | } from "./health.types.js"; |
61 | 61 | import { logGatewayConnectionDetails } from "./status.gateway-connection.js"; |
62 | 62 | export { formatHealthChannelLines } from "./health-format.js"; |
63 | | -export type { |
64 | | -AgentHealthSummary, |
65 | | -ChannelAccountHealthSummary, |
66 | | -ChannelHealthSummary, |
67 | | -HealthSummary, |
68 | | -} from "./health.types.js"; |
| 63 | +export type { HealthSummary } from "./health.types.js"; |
69 | 64 | |
70 | 65 | const DEFAULT_TIMEOUT_MS = 10_000; |
71 | 66 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。