mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-27 20:33:36 +00:00
refactor(commands): trim health type reexports
This commit is contained in:
@@ -60,12 +60,7 @@ import type {
|
||||
} from "./health.types.js";
|
||||
import { logGatewayConnectionDetails } from "./status.gateway-connection.js";
|
||||
export { formatHealthChannelLines } from "./health-format.js";
|
||||
export type {
|
||||
AgentHealthSummary,
|
||||
ChannelAccountHealthSummary,
|
||||
ChannelHealthSummary,
|
||||
HealthSummary,
|
||||
} from "./health.types.js";
|
||||
export type { HealthSummary } from "./health.types.js";
|
||||
|
||||
const DEFAULT_TIMEOUT_MS = 10_000;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user