Files
openclaw/src/plugin-sdk/secret-input-runtime.ts
2026-04-17 16:28:15 +01:00

12 lines
300 B
TypeScript

export {
coerceSecretRef,
hasConfiguredSecretInput,
isSecretRef,
normalizeResolvedSecretInputString,
normalizeSecretInputString,
resolveSecretInputString,
type SecretInput,
type SecretInputStringResolution,
type SecretInputStringResolutionMode,
} from "../config/types.secrets.js";