refactor: trim extension runtime reexports

This commit is contained in:
Peter Steinberger
2026-05-01 14:27:17 +01:00
parent bae211f72a
commit 5fdde9353e
12 changed files with 4 additions and 44 deletions

View File

@@ -1,6 +1 @@
export {
buildSecretInputSchema,
hasConfiguredSecretInput,
normalizeResolvedSecretInputString,
normalizeSecretInputString,
} from "openclaw/plugin-sdk/secret-input";
export { buildSecretInputSchema, hasConfiguredSecretInput } from "openclaw/plugin-sdk/secret-input";