Files
openclaw/extensions/msteams/src/secret-input.ts
2026-03-04 02:35:12 -05:00

8 lines
245 B
TypeScript

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