refactor(commands): trim doctor probe type exports · openclaw/openclaw@9911a68
vincentkoc
·
2026-06-17
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | /** Shared report types for post-upgrade doctor plugin probes. */ |
2 | | -export type PostUpgradeFindingLevel = "ok" | "warn" | "error"; |
| 2 | +type PostUpgradeFindingLevel = "ok" | "warn" | "error"; |
3 | 3 | |
4 | 4 | /** One post-upgrade validation finding, optionally tied to a plugin package entry. */ |
5 | 5 | export type PostUpgradeFinding = { |
@@ -22,5 +22,3 @@ export const POST_UPGRADE_PROBE_CODES = [
|
22 | 22 | "plugin.entry_unresolved", |
23 | 23 | "plugin.manifest_drift", |
24 | 24 | ] as const; |
25 | | - |
26 | | -export type PostUpgradeProbeCode = (typeof POST_UPGRADE_PROBE_CODES)[number]; |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。