refactor(commands): trim status type exports · openclaw/openclaw@5c3a29a
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 5c3a29a
refactor(commands): trim status type exports
2 files changed
Lines changed: 2 additions & 3 deletions
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|
@@ -7,7 +7,7 @@ import type { ChannelAccountSnapshot } from "../channels/plugins/types.public.js
|
7 | 7 | import type { OpenClawConfig } from "../config/types.openclaw.js"; |
8 | 8 | import { resolveDefaultChannelAccountContext } from "./channel-account-context.js"; |
9 | 9 | |
10 | | -export type LinkChannelContext = { |
| 10 | +type LinkChannelContext = { |
11 | 11 | linked: boolean; |
12 | 12 | authAgeMs: number | null; |
13 | 13 | account?: unknown; |
|
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|
|
1 | 1 | // Public status command barrel. |
2 | | -// Exposes the command, summary builder, and summary types without importing implementation details. |
| 2 | +// Exposes the command and summary builder without importing implementation details. |
3 | 3 | |
4 | 4 | export { statusCommand } from "./status.command.js"; |
5 | 5 | export { getStatusSummary } from "./status.summary.js"; |
6 | | -export type { SessionStatus, StatusSummary } from "./status.types.js"; |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments