Files
openclaw/extensions/msteams/src/secret-input.ts
2026-04-03 18:47:31 +09:00

8 lines
250 B
TypeScript

import {
hasConfiguredSecretInput,
normalizeResolvedSecretInputString,
normalizeSecretInputString,
} from "openclaw/plugin-sdk/secret-input";
export { hasConfiguredSecretInput, normalizeResolvedSecretInputString, normalizeSecretInputString };