refactor(commands): trim setup barrel type exports · openclaw/openclaw@508ce22
vincentkoc
·
2026-06-17
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -6,8 +6,3 @@ export {
|
6 | 6 | promptDefaultModel, |
7 | 7 | promptModelAllowlist, |
8 | 8 | } from "../flows/model-picker.js"; |
9 | | -export type { |
10 | | -PromptDefaultModelParams, |
11 | | -PromptDefaultModelResult, |
12 | | -PromptModelAllowlistResult, |
13 | | -} from "../flows/model-picker.js"; |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -14,4 +14,3 @@ export {
|
14 | 14 | resolveSearchProviderOptions, |
15 | 15 | runSearchSetupFlow as setupSearch, |
16 | 16 | } from "../flows/search-setup.js"; |
17 | | -export type { SearchProvider, SetupSearchOptions } from "../flows/search-setup.js"; |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。