refactor(commands): trim backup type exports · openclaw/openclaw@16f66e3
openclaw
·
2026-06-17
·
via Recent Commits to openclaw:main
Skip to content
Navigation Menu
Saved searches
Use saved searches to filter your results more quickly
Sign up
Commit 16f66e3
refactor(commands): trim backup type exports
2 files changed
Lines changed: 2 additions & 3 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|
@@ -39,12 +39,12 @@ type BackupManifest = {
|
39 | 39 | }>; |
40 | 40 | }; |
41 | 41 | |
42 | | -export type BackupVerifyOptions = { |
| 42 | +type BackupVerifyOptions = { |
43 | 43 | archive: string; |
44 | 44 | json?: boolean; |
45 | 45 | }; |
46 | 46 | |
47 | | -export type BackupVerifyResult = { |
| 47 | +type BackupVerifyResult = { |
48 | 48 | ok: true; |
49 | 49 | archivePath: string; |
50 | 50 | archiveRoot: string; |
|
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|
@@ -7,7 +7,6 @@ import {
|
7 | 7 | } from "../infra/backup-create.js"; |
8 | 8 | import { type RuntimeEnv, writeRuntimeJson } from "../runtime.js"; |
9 | 9 | import { createLazyImportLoader } from "../shared/lazy-promise.js"; |
10 | | -export type { BackupCreateOptions, BackupCreateResult } from "../infra/backup-create.js"; |
11 | 10 | |
12 | 11 | type BackupVerifyRuntime = typeof import("./backup-verify.js"); |
13 | 12 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments