refactor(commands): hide gateway readiness types · openclaw/openclaw@8da3003
vincentkoc
·
2026-06-17
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -16,7 +16,7 @@ const daemonLifecycleModuleLoader = createLazyImportLoader(
|
16 | 16 | ); |
17 | 17 | |
18 | 18 | /** Result returned after checking, optionally installing, and optionally starting the gateway. */ |
19 | | -export type GatewayReadinessResult = |
| 19 | +type GatewayReadinessResult = |
20 | 20 | | { |
21 | 21 | ready: true; |
22 | 22 | status: DaemonStatus; |
@@ -37,7 +37,7 @@ type GatewayReadinessDeps = {
|
37 | 37 | }; |
38 | 38 | |
39 | 39 | /** Inputs controlling readiness checks, recovery prompts, and injectable test seams. */ |
40 | | -export type GatewayReadinessOptions = { |
| 40 | +type GatewayReadinessOptions = { |
41 | 41 | runtime: RuntimeEnv; |
42 | 42 | operation: string; |
43 | 43 | yes?: boolean; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。